Papers with Machine Translation
Copied to clipboard
| Challenge: | MT has seen significant advances in recent years, but the representation of African languages in MT systems is underrepresented due to linguistic complexities and limited resources. |
| Approach: | They propose a first robust parallel French-Zarma corpus and a glossary for MT that contains 61,085 sentences in Zarma and 42,789 in French. |
| Outcome: | The proposed model improves the representation of the Zarma language, a dialect of Songhay, spoken by over 5 million people across Niger and neighboring countries. |
Copied to clipboard
| Challenge: | Existing methods for machine translation require intensive keyboard interaction, which is inconvenient on mobile devices. |
| Approach: | They propose a touch-based editing method that is more flexible than keyboard-mouse-based translation postediting. |
| Outcome: | The proposed method significantly outperforms existing interactive translation methods on translation datasets and on post-editing datasets. |
Copied to clipboard
| Challenge: | a new co-attentional neural structure is proposed for machine translation tasks . a higher-level and more abstract paradigm generalized from CCNs is proposed . |
| Approach: | They propose a paradigm that consists of two symmetric encoder modules and one decoder module connected with co-attention. |
| Outcome: | The proposed model outperforms the current Transformer model on translation tasks but the epoch time increases by circa 75%. |
Copied to clipboard
| Challenge: | Existing approaches to enhance neural machine translation systems to take into account document-level information make the training process slower or require document- level annotated data. |
| Approach: | They propose a decoding architecture that fuses the semantic space language model and a neural translation model. |
| Outcome: | The proposed approach improves translation quality for English–Spanish using BLEU and METEOR. |
Copied to clipboard
| Challenge: | Recent studies have shown promising performance in various downstream tasks. |
| Approach: | They propose a deep reasoning translation model that learns free translation via reinforcement learning (RL) they build a reward model with pre-defined scoring criteria on the translation results and thought processes . |
| Outcome: | The proposed model outperforms strong deep reasoning LLMs in literature translation and outperformed other models. |
Copied to clipboard
| Challenge: | Song translation requires both translation of lyrics and alignment of music notes . human translators of songs need to have a mastery of cultural traditions and the poetic usage of both source and target languages . |
| Approach: | They propose a model that can model lyric translation and lyrics-melody alignment . they use an encoder-decoder framework that can translate lyrics and determine number of aligned notes . |
| Outcome: | The proposed framework can translate lyrics and determine the number of aligned notes at each decoding step. |
Copied to clipboard
| Challenge: | Existing attempts to integrate semantic structures into NMT Transformers have failed . |
| Approach: | They propose two parameter-free methods for injecting semantic information into Transformers, using a Scene-Aware Self-Attention (SASA) head and a Scenario-Award Cross-Action (SACrA) head. |
| Outcome: | The proposed methods improve on the vanilla Transformer and syntax-aware models for four language pairs and show an additional gain when using both semantic and syntactic structures in some language pairs. |
Copied to clipboard
| Challenge: | MT models cannot translate complex formatted documents, as markup can be nested, apply to spans contiguous in source but non-contiguous. |
| Approach: | They propose a system for non-plain text document translation that reinserts markup into translated sentences using token alignments between source and target sentences. |
| Outcome: | The proposed system outperforms translation services in terms of markup quality . it integrates token alignments between source and target sentences to reinsert markup . the proposed system is available under the MIT license . |
Copied to clipboard
| Challenge: | a recent study revisits six core challenges that have influenced the evolution of Neural Machine Translation (NMT) domain mismatch, amount of parallel data, rare word prediction, translation of long sentences and sub-optimal beam search remain challenges in LLMs. |
| Approach: | They revisit core challenges that have acted as benchmarks for progress in NMT . they propose to revisit these challenges and offer insights into their relevance . |
| Outcome: | The proposed models significantly improve translation of sentences containing approximately 80 words, even translating documents up to 512 words. |
Copied to clipboard
| Challenge: | idiom translation is a challenging problem in machine translation because meaning is non-compositional and literal translations are likely to be wrong. |
| Approach: | They propose a method to evaluate the quality of idiom translation of MT systems by a blacklist of literal translations. |
| Outcome: | The proposed method detects that a sizable number of idioms are mistranslated (46.1%) and that literal translation error is a common error type. |
Copied to clipboard
| Challenge: | In recent years, the emergence of seq2seq models has revolutionized the field of machine translation by replacing traditional phrase-based approaches with neural machine translation (NMT) systems based on the encoder-decoder paradigm. |
| Approach: | They propose to use a convolutional seq2seq model to combine the strengths of the two approaches. |
| Outcome: | The proposed architectures outperform the existing models on the WMT’14 benchmark dataset. |
Copied to clipboard
| Challenge: | Recent advances in machine translation evaluations are expensive and time-intensive. |
| Approach: | They propose a method to evaluate the correlation between human and metric scores . they argue that it is equally important to ensure that metrics treat all systems fairly and consistently. |
| Outcome: | The proposed method ignores a central requirement of the evaluation process, and ignores the need for a thorough evaluation procedure. |
Copied to clipboard
| Challenge: | k-nearest-neighbor machine translation (kNN-MT) is a new approach to improve NMT performance without additional training. |
| Approach: | They propose a method that integrates example-search into the decoding algorithm to improve neighbor token retrieval. |
| Outcome: | The proposed method achieves a speed-up of up to 132.2 times and an improvement in BLEU score of up 1.6 compared with kNN-MT in the WMT’19 translation task and the domain adaptation tasks in De-En and En-Ja. |
Copied to clipboard
| Challenge: | a limited number of North Korean to English translation models have been developed . a zero-shot approach is proposed to train a neural machine translation model using South Korean data . |
| Approach: | They propose a method to tokenize South Korean input sentences and decompose them into phonemes. |
| Outcome: | The proposed method improves the BLEU scores by +1.01 points compared with the baseline . the proposed method can learn North Korean to English translation and improve the linguistic accuracy. |
Copied to clipboard
| Challenge: | Existing subword segmentation tools assume input is pre-tokenized into word sequences, but SentencePiece can train subword models directly from raw sentences. |
| Approach: | They propose a language-independent subword tokenizer and detokenizer for Neural-based text processing. |
| Outcome: | The proposed system achieves comparable accuracy to training from raw sentences. |
Copied to clipboard
| Challenge: | Existing methods for character-based and sub-word tokenization are limited to the surface forms of the words. |
| Approach: | They propose a framework-solution for modeling complex morphology in low-resource settings using a transformer architecture and beam search-based decoder. |
| Outcome: | The proposed model improves translation performance on Kinyarwanda English translation using public-domain parallel text. |
Copied to clipboard
| Challenge: | Using back-translation, we can improve generalization by using noisy channel re-ranking and ensembling. |
| Approach: | They propose to use BPE-based transformer models to leverage monolingual data to improve generalization and use noisy channel re-ranking and ensembling to improve results. |
| Outcome: | The proposed system improves on the baseline system trained exclusively on the provided small parallel dataset, and the human evaluation and BLEU score are higher. |
Copied to clipboard
| Challenge: | Multi-agent systems empowered by large language models have demonstrated remarkable capabilities in a wide range of downstream applications. |
| Approach: | They introduce a multi-agent translation system inspired by human translation companies . TransAgents employs specialized agents to collaboratively produce translations that are accurate . |
| Outcome: | The proposed system produces translations that are accurate, culturally sensitive, and of high quality. |
Copied to clipboard
| Challenge: | Existing approaches to measure faithfulness of neural machine translation models are based on stress tests and a novel objective that rewards faithful behaviour by the model through probability divergence. |
| Approach: | They propose a measure of faithfulness for neural machine translation models based on stress tests and measuring faithfulness based upon how often the model output changes. |
| Outcome: | The proposed objective increases faithfulness without reducing translation quality and can even improve translation quality in some cases. |
Copied to clipboard
| Challenge: | Many metrics have been proposed for Machine Translation (MT) that compare system translations against human references. |
| Approach: | They propose to use BLEU and METEOR to evaluate machine translations against human translations. |
| Outcome: | VisEval Metric Viewer (VEMV) provides visualisation of multiple evaluation scores so they can be easily interpreted by a user. |
Copied to clipboard
| Challenge: | Current state-of-the-art models that use neural networks can help with character identification in agglutinative languages. |
| Approach: | They propose to use a search for the shortest version of the name to identify the baseform of the character's lemma to align different appearances of the same character in the narrative. |
| Outcome: | The proposed method is the easiest, best performing and resource-independent method. |
Copied to clipboard
| Challenge: | Currently, a mainstream approach to generate pseudo data is back-translation (BT). |
| Approach: | They propose to use back-translation to generate pseudo data that contains grammatical and ungrammatically produced sentences. |
| Outcome: | The proposed methods improve or interpolate the performance of each error type compared with a single BT model with different seeds. |
Copied to clipboard
| Challenge: | a new study examines the role of machine translation in larger user-facing systems . a sysadmin and a human factors researcher are developing evaluation tools . |
| Approach: | They argue that machine translation models are embedded in larger user-facing systems . they argue that evaluation at the systems level is still lacking . |
| Outcome: | The proposed model evaluations are based on human-computer interaction models . the authors argue that evaluations should be based more on the entire system . |
Copied to clipboard
| Challenge: | a novel data-augmentation technique for neural machine translation is based on a letter substitution cipher . a bijective ciphered text is in effect invisible to modern NLP techniques because of its invariant distributional features . |
| Approach: | They propose a data-augmentation technique for neural machine translation based on ROT-k ciphertexts. |
| Outcome: | The proposed method outperforms existing methods on several datasets by a significant margin. |
Copied to clipboard
| Challenge: | Checkpoint averaging is a simple and effective method to boost the performance of converged neural machine translation models. |
| Approach: | They propose to use checkpoint averaging to increase model performance . they also propose to calculate weighted average instead of simple mean . |
| Outcome: | The proposed method is widely adopted in neural machine translation research. |
Copied to clipboard
| Challenge: | Existing work imposes constraints on beam search decoding, which limits the concurrent processing ability of the model in deployment. |
| Approach: | They propose a general training framework that allows a model to support both restricted and unrestricted translations by adopting an additional auxiliary training process without constraining the decoding process. |
| Outcome: | The proposed training framework is tested on simulated and original benchmarks. |
Copied to clipboard
| Challenge: | Neural machine translation models produce poor translations when there are few/no parallel sentences to train the models. |
| Approach: | They define image translatability as the translability of words as images associated with words in different languages that have a high degree of visual similarity. |
| Outcome: | The proposed model improves upon text-only models only marginally. |
Copied to clipboard
| Challenge: | Using a semi-automatic process, we observe the linguistic performance of various neural machine translation models. |
| Approach: | They observe the linguistic performance of a neural machine translation model on several steps on the training process. |
| Outcome: | The proposed system performs well on training of English-to-German models. |
Copied to clipboard
| Challenge: | Current NMT systems typically operate at the level of subwords, causing problems of vocabulary sparsity. |
| Approach: | They compare subword segmentation methods with morphologically-based methods in a low-resource setting . they find that no consistent and reliable differences emerge between the methods . |
| Outcome: | The proposed methods outperform BPE in a low-resource translation setting. |
Copied to clipboard
| Challenge: | Non-autoregressive (NAR) language models have a performance gap due to the large decoding space and difficulty in capturing dependency between target words accurately. |
| Approach: | They propose to use reinforcement learning to enhance the performance of edit-based NAR models by using stepwise reward maximization and episodic reward maximisation. |
| Outcome: | The proposed model outperforms autoregressive models in the evaluation of an edit-based model. |
Copied to clipboard
| Challenge: | Neural machine translation (NMT) has made remarkable progress over the past few years. |
| Approach: | They propose to use C++ and NVIDIA’s GPU-accelerated libraries to build an open-source neural machine translation toolkit called CytonMT. |
| Outcome: | The proposed toolkit accelerates the training speed by 64.5% to 110.8% on neural networks of various sizes, and achieves competitive translation quality. |
Copied to clipboard
| Challenge: | Attention models are often used to justify the model’s decision in generating a token but it has not been rigorously established to what extent attention is a reliable source of information in NMT. |
| Approach: | They propose to use attention models to modify crucial aspects of the trained attention model to produce function and content words in the translation process. |
| Outcome: | The proposed models preserve function and content words in the translation process compared to state-of-the-art models. |
Copied to clipboard
| Challenge: | Non-autoregressive neural machine translation models remove dependency between tokens in the target sentence and generate all tokens on parallel . |
| Approach: | They propose a non-autoregressive neural machine translation model that decodes with the Mask-Predict algorithm which iteratively refines the output. |
| Outcome: | The proposed algorithm increases the performance of the WMT’14 translation task by 1.39 points. |
Copied to clipboard
| Challenge: | Chinese-English machine translation systems use ambiguous sentence boundaries, but English and Chinese use different orthographic conventions to designate sentence boundaries. |
| Approach: | They propose a segmentation policy that splits Chinese texts into segments that can be independently translated to maximise translation quality. |
| Outcome: | The proposed method improves the baseline BLEU score on the Chinese-English news translation task by +0.3 BLUE overall and the score on input segments that contain more than 60 words by +3 BL EU. |
Copied to clipboard
| Challenge: | In recent years, Neural Network (NN) models bring steady and concrete improvements on the task of Machine Translation (MT). |
| Approach: | They propose to penalize over-confident outputs and regularize the model so that its outputs do not diverge too much from some prior distribution. |
| Outcome: | The proposed method is well-motivated and can improve the performance of strong neural machine translation systems. |
Copied to clipboard
| Challenge: | Existing translation tools suffer from layout errors due to text expansion during translation . a new approach to translating Japanese slides into English is proposed to overcome this issue . |
| Approach: | They propose a framework to translate Japanese slides into English and correct layout errors by using multimodal LLMs with slide images and XML structures. |
| Outcome: | The proposed method outperforms baselines and achieves 4.1% layout error rate and over 80% success rate. |
Copied to clipboard
| Challenge: | Neural machine translation (NMT) has achieved stateof-the-art performance on various language pairs. |
| Approach: | They describe the UCSYNLP-Lab submission to WAT 2019 for Myanmar-English translation tasks in both directions. |
| Outcome: | The proposed translation system improves the performance of Myanmar-English translation tasks. |
Copied to clipboard
| Challenge: | Obtaining singable lyric translations can facilitate the globalization of the music publishing industry . |
| Approach: | They formalize lyric translation into a constrained translation problem and instantiate them to an English-Chinese system. |
| Outcome: | The proposed model achieves 99.85%, 99.00%, and 95.52% on length accuracy, rhyme accuracy, and word boundary recall. |
Copied to clipboard
| Challenge: | ACE is a new sign token embedding framework that tracks a signer’s actions based on human posture estimation and captures the token embeds using a short-time Fourier transform. |
| Approach: | They propose a novel sign token embedding framework that tracks a signer’s actions based on human posture estimation and a dedicated notation system tailored for sign language. |
| Outcome: | The proposed framework outperforms previous studies in translation performance against a disaster sign language dataset and improves by up to 5.79% for BLEU-4 and 5.46% for ROUGE-L metric. |
Copied to clipboard
| Challenge: | a new writing correction system for Chinese learners is available for learning as a second language . a classification approach to English GEC does not require exact recognition of error types . however, there is no general model that handles all types of Chinese writing errors. |
| Approach: | They propose a Chinese writing correction system that takes a wrong input sentence and generates correction suggestions. |
| Outcome: | The proposed system generates correction suggestions for Chinese sentences with English translations, helping users understand correct usages of certain grammar patterns. |
Copied to clipboard
| Challenge: | Large language models (LLMs) have shown great potential in natural language processing tasks, but their application to machine translation remains challenging due to pretraining on predominantly English-centric datasets. |
| Approach: | They propose a method that combines reward scores with model confidence to improve model selection for fine-tuning. |
| Outcome: | The proposed method outperforms existing methods in translation accuracy and data efficiency. |
Copied to clipboard
| Challenge: | a novel multilingual approach to machine translation is proposed for low resource languages . the proposed approach can achieve 23 BLEU on Romanian-English WMT2016 using a tiny parallel corpus of 6k sentences compared to the 18 BLUE of strong baseline system . |
| Approach: | They propose a transfer-learning approach to share lexical and sentence representations across multiple source languages into one target language. |
| Outcome: | The proposed approach achieves 23 BLEU on Romanian-English WMT2016 using a tiny parallel corpus of 6k sentences compared to the 18 BLUE of strong baseline system which uses multi-lingual training and back-translation. |
Copied to clipboard
| Challenge: | Neural sequence generation models produce outputs that are unrelated to the source text, and are potentially harmful, yet it remains unclear in what conditions they arise and how to mitigate their impact. |
| Approach: | They first identify internal model symptoms of hallucinations by analyzing the relative token contributions to the generation in contrastive hallucinous vs. non-hallucinated outputs generated via source perturbations. |
| Outcome: | The proposed detector outperforms both baseline models and strong classifiers on English-Chinese and German-English translation test beds. |
Copied to clipboard
| Challenge: | Using the dominating submissions to the previous edition of the shared task, we develop improved teacher-student training via multi-agent dual-learning and noisy backward-forward translation for Transformer-based student models. |
| Approach: | They propose to use multi-agent dual-learning and noisy backward-forward translation to improve teacher-student training for Transformer-based student models. |
| Outcome: | The proposed model outperforms submissions to the previous edition of the WNGT efficiency shared task by 4 BLEU points and 10 BLUE points respectively. |
Copied to clipboard
| Challenge: | Reinforcement learning (RL) is an effective and robust method for training neural machine translation systems. |
| Approach: | They propose a method that leverages fine-grained, token-level quality assessments . they use a state-of-the-art quality estimation system as their token- level reward model . |
| Outcome: | The proposed approach leverages fine-grained, token-level quality assessments along with error severity levels to improve translation quality. |
Copied to clipboard
| Challenge: | Neural machine translation (NMT) has brought about a dramatic increase in the quality of machine translation in the past five years. |
| Approach: | OPUS-CAT is a collection of software which enables translators to use neural machine translation in computer-assisted translation tools without exposing themselves to security and confidentiality risks. |
| Outcome: | OPUS-CAT is a collection of software which enables translators to use neural machine translation in computer-assisted translation tools without exposing themselves to security and confidentiality risks. |
Copied to clipboard
| Challenge: | Neural machine translation (NMT) has weaknesses in handling lowfrequency and ambiguous words, which we refer to as troublesome words. |
| Approach: | They propose to use contextual memory to memorize which target words should be produced in which situations to translate troublesome words. |
| Outcome: | The proposed method outperforms baseline models on Chinese-to-English and English-to German translation tasks. |
Copied to clipboard
| Challenge: | Despite recent advances in machine translation, a tremendous amount of translated content in the world is still written by humans. |
| Approach: | They propose a task of translation error correction (TEC) that corrects human-generated translations by correcting all errors in a source sentence and a human-created translation. |
| Outcome: | The proposed system improves translation accuracy by 5.1 points compared to MT systems with human errors . |
Copied to clipboard
| Challenge: | Existing syntaxbased NMT models use monolingual syntactic information on either side or both. |
| Approach: | They propose a mechanism that synchronizes source-side and target-side syntactic self-attentions by minimizing the difference between target- and target side self- attentions mapped by the encoder-decoder attention matrix. |
| Outcome: | The proposed method improves translation performance on WMT14 En-De, WMT16 En-Ro, and ASPEC Ja-En (up to +0.38 points in BLEU). |
Copied to clipboard
| Challenge: | Existing benchmark datasets for natural language inference and semantic textual similarity (STS) are not available in the Korean language. |
| Approach: | They construct and release new datasets for Korean NLI and STS . they machine-translate existing English training sets and manually translate development and test sets into Korean to accelerate research on Korean NLU. |
| Outcome: | The proposed datasets are available at https://github.com/kakaobrain/KorNLUDatasets. |
Copied to clipboard
| Challenge: | Neural machine translation (NMT) uses a sequence-to-sequence model to generate synthetic data. |
| Approach: | They propose a method that adds synthetic data to sentences with high prediction loss during training and a variety of sampling strategies targeting difficult-to-predict words. |
| Outcome: | The proposed method improves translation quality by up to 1.7 and 1.2 Bleu points over back-translation using random sampling for German-English and English-German, respectively. |
Copied to clipboard
| Challenge: | MEET-MR provides a comprehensive benchmark for evaluating English–Thai machine translation systems. |
| Approach: | They propose a benchmark for evaluating English–Thai machine translation systems . they use the Multidimensional Quality Metrics framework to provide fine-grained human judgements of translation quality. |
| Outcome: | The dataset covers nine domains providing linguistic and contextual diversity. |
Copied to clipboard
| Challenge: | Current NMT systems do not model the length of the output explicitly . length normalization is a common technique used in the beam search of NMT to enable a fair comparison of partial hypotheses with different lengths. |
| Approach: | They propose to use length prediction as an auxiliary task to obtain length information from the encoder. |
| Outcome: | The proposed sub-network improves over the baseline system and the predicted length can be used as an alternative to length normalization during decoding. |
Copied to clipboard
| Challenge: | Ambiguous terminology can make translation difficult, especially in corporate contexts. |
| Approach: | They propose to learn how to disambiguate terminology based on human post-edits . they use preference optimization to optimize for correctness using the term post-Edit . |
| Outcome: | The proposed framework improves term accuracy over a translation oriented LLM without significant losses in COMET score. |
Copied to clipboard
| Challenge: | Generation Alpha (born 2010-2024) exhibits unique linguistic behaviours influenced by rampant online communication and platform-specific cultures. |
| Approach: | They construct a comprehensive slang corpus from online platforms and evaluate four AI translation systems on over 100 sling terms. |
| Outcome: | The proposed translation systems outperform four existing translation models on over 100 slang terms. |
Copied to clipboard
| Challenge: | Current systems that focus on standard American English are not dialect invariant . current systems focus on a single dialect, which results in performance discrepancies . |
| Approach: | They propose a resource for evaluating and achieving English dialect invariance . they stress test question answering, machine translation, and semantic parsing . |
| Outcome: | The proposed system is based on a rule-based translation system spanning 50 English dialects and 189 unique linguistic features. |
Copied to clipboard
| Challenge: | Existing approaches to neural machine translation are typically autoregressive but suffer from low parallelizability and thus slow at decoding long sequences. |
| Approach: | They propose a semi-autoregressive Transformer model for fast sequence generation that keeps the autoregressive property in global but relieves in local . |
| Outcome: | The proposed model achieves 5.58 speedup while maintaining 88% translation quality, significantly better than previous non-autoregressive methods. |
Copied to clipboard
| Challenge: | An effective method to improve neural machine translation with monolingual data is to augment the parallel training corpus with back-translations of target language sentences. |
| Approach: | They propose to augment parallel training corpus with back-translations of target language sentences to improve neural machine translation with monolingual data. |
| Outcome: | The proposed method achieves a state-of-the-art of 35 BLEU on the WMT’14 English-German test set. |
Copied to clipboard
| Challenge: | Currently, most effective GEC systems are based on phrase-based statistical machine translation. |
| Approach: | They combine two of the most popular approaches to automated Grammatical Error Correction (GEC) they create a hybrid GEC system that preserves the accuracy of SMT output and generates more fluent sentences . |
| Outcome: | The proposed system achieves state-of-the-art on the CoNLL-2014 and JFLEG benchmarks. |
Copied to clipboard
| Challenge: | kNN-MT uses pre-trained NMT model with token-level k-nearest-neighbor retrieval to improve translation accuracy. |
| Approach: | They propose a method that combines a pre-trained NMT model with token-level k-nearest-neighbor retrieval to improve translation accuracy. |
| Outcome: | The proposed method outperforms the existing model on four benchmark datasets and is open-source. |
Copied to clipboard
| Challenge: | Existing methods to train neural machine translation (NMT) use a fixed training procedure where each sentence is sampled once during each epoch. |
| Approach: | They propose to dynamically sample sentences to accelerate NMT training . a weight is assigned to each sentence based on the measured difference between training costs of two iterations. |
| Outcome: | Empirical results show that the proposed method can significantly accelerate training and improve NMT performance. |
Copied to clipboard
| Challenge: | Noisy input text can cause disastrous mistranslations in most modern machine translation systems. |
| Approach: | They propose a benchmark dataset for Machine Translation of Noisy Text (MTNT) they use reddit comments and professionally sourced translations to examine noise types. |
| Outcome: | The proposed dataset can provide an attractive testbed for noise-robust machine translation systems. |
Copied to clipboard
| Challenge: | Existing models that capture speaker-related variations do not include explicit information about the speaker. |
| Approach: | They propose a method that adapts the bias of the output softmax to each particular user . they propose to model speaker-related variations as an additional bias vector in the softmax layer . |
| Outcome: | The proposed technique improves translation accuracy and better reflection of speaker traits in target text. |
Copied to clipboard
| Challenge: | Existing web-mined corpora for low-resource languages have serious quality issues, especially for lowresource language pairs. |
| Approach: | They ranked each corpus according to a similarity measure and evaluated different portions of this ranked corpus. |
| Outcome: | The results show that the quality of web-mined corpora for low-resource languages is significantly different from human-curated corporats. |
Copied to clipboard
| Challenge: | a common problem with explicit ratings of translations is that users are not qualified enough to provide reliable feedback for the whole sentence. |
| Approach: | They propose a way to learn from partial feedback in neural machine translation . they ask users to highlight a correct chunk of a translation based on partial feedback . |
| Outcome: | The proposed method outperforms sentence-based feedback by 2.61% BLEU absolute. |
Copied to clipboard
| Challenge: | Neural machine translation is susceptible to coverage errors such as the addition of superfluous target words or the omission of important source content. |
| Approach: | They propose a method for detecting Omission and addition errors with off-the-shelf translation models. |
| Outcome: | The proposed method is comparable to a supervised method that requires a custom quality estimation model. |
Copied to clipboard
| Challenge: | Current workflows for machine translation (MT) post-editing and research data collection are inefficient and time-consuming. |
| Approach: | They propose a framework that combines MT and error prediction within a single environment. |
| Outcome: | **TranslationCorrect** exports high-quality span-based annotations in the Error Span Annotation format, using an error taxonomy inspired by Multidimensional Quality Metrics (MQM). |
Copied to clipboard
| Challenge: | Large language models (LLMs) are limited in low-resource languages due to lack of labeled training data. |
| Approach: | They propose to use Ladin as a model for sentiment analysis and question answering by incorporating Italian data into machine translation training. |
| Outcome: | The proposed method improves on existing Italian–Ladin translation baselines. |
Copied to clipboard
| Challenge: | Simultaneous machine translation systems need to find a trade-off between translation quality and response time. |
| Approach: | They propose to adapt existing translation latency measures to streaming scenarios by re-segmenting the output translation to take into account sequential nature of streaming scenarios. |
| Outcome: | The proposed measures are evaluated on a streaming task on simulated speech translation systems. |
Copied to clipboard
| Challenge: | Existing models for subtitling require parallel data paired with audio inputs and textual translations. |
| Approach: | They propose to convert existing ST corpora into SubST resources without human intervention by exploiting audio and text in a multimodal fashion. |
| Outcome: | The proposed model achieves high segmentation quality in zero-shot conditions with manual and automatic segmentation. |
Copied to clipboard
| Challenge: | Accurate terminology is a non-negotiable requirement in industrial localization processes. |
| Approach: | They propose a multi-agent LLM pipeline that orchestrates four specialized agents for terminology-constrained machine translation. |
| Outcome: | The proposed system achieves 99.4% average accuracy while outperforming other systems on the WMT25 Terminology Translation benchmark. |
Copied to clipboard
| Challenge: | We have deployed reliable and precise large-scale machine translation systems for several Indian regional languages. |
| Approach: | They develop a structured model development pipeline as a closed feedback loop with external manual feedback through an Active Learning component. |
| Outcome: | The proposed model improves over iterations for English to Hindi and for other languages. |
Copied to clipboard
| Challenge: | Currently, there are no studies which systematically analyze hallucination in SiMT. |
| Approach: | They conduct a comprehensive analysis of hallucination in simultaneous machine translation (SiMT) they find that halluciation is extremely severe, especially as latency increases . |
| Outcome: | The results show that it is possible to alleviate hallucination by decreasing the over usage of target-side information for SiMT. |
Copied to clipboard
| Challenge: | Low-resource machine translation (MT) is challenging due to the scarcity of parallel data and lack of bilingual dictionaries. |
| Approach: | They propose to leverage embedding duplication between aligned sub-words to extend the Parent-Child transfer learning method to improve low-resource machine translation. |
| Outcome: | The proposed method achieves BLEU scores of 22.5, 28.0 and 18.1 respectively. |
Copied to clipboard
| Challenge: | Existing non-autoregressive inference procedures that refine in token space often require computational overhead. |
| Approach: | They propose an efficient inference procedure that iteratively refines translation purely in the continuous space using a latent variable instead of the latent variables. |
| Outcome: | The proposed procedure is twice as efficient and more effective than the existing EM-like inference procedure. |
Copied to clipboard
| Challenge: | Adaptive training approaches do not consider the variation of learning difficulty in different training steps, making the learning deterministic and sub-optimal. |
| Approach: | They propose a dynamic token-level self-evolution training method that reweighs the training losses of different target tokens based on priors. |
| Outcome: | Empirically, the proposed method yields significant improvements on three translation tasks. |
Copied to clipboard
| Challenge: | Neural machine translation (NMT) is becoming more accurate, but hallucinations are extremely pathological . previous work focused on artificial settings where the problem is amplified, disregarding some common types of hallucines . |
| Approach: | They propose a method for alleviating hallucinations at test time that significantly reduces the hallucinic rate. |
| Outcome: | The proposed method significantly reduces the hallucinatory rate in a natural setting. |
Copied to clipboard
| Challenge: | Existing models for automatic subtitling generate subtitles in the target language along with their timestamps. |
| Approach: | They propose a direct speech translation model that generates subtitles in the target language along with their timestamps with a single model. |
| Outcome: | The proposed model outperforms a cascade system on 7 language pairs and on new benchmarks. |
Copied to clipboard
| Challenge: | Existing methods for capturing instruction-following complexity rely on single-dimensional signals, but they fail to capture complexity across diverse fields. |
| Approach: | They propose three foundational metrics that leverage Multi-LLMs wisdom to capture instruction-response pair characteristics and propose CrowdSelect, an integrated metric incorporating a clustering-based approach to maintain response diversity. |
| Outcome: | The proposed metrics outperform existing models on MT-bench and Arena-hard and show improvements of 4.81% on full and LoRA fine-tuning. |
Copied to clipboard
| Challenge: | Existing non-autoregressive machine translation methods are lacking in the field of latent alignments. |
| Approach: | They propose two strong methods for non-autoregressive machine translation that model latent alignments with dynamic programming. |
| Outcome: | The proposed models achieve state-of-the-art on the WMT’14 EnDe task, compared with the autoregressive Transformer baseline. |
Copied to clipboard
| Challenge: | Neural metrics have a high correlation with human judgements but they are hard to eliminate due to their "black box" nature. |
| Approach: | They propose to use minimum bayes risk decoding to explore and quantify weaknesses in COMET models. |
| Outcome: | The proposed model is not sensitive enough to discrepancies in numbers and named entities, and is hard to remove by training on additional synthetic data. |
Copied to clipboard
| Challenge: | Neural Machine Translation models are influenced by two types of context, source and target, but none explicitly evaluates relative contribution to generation decision. |
| Approach: | They propose to adopt a variant of Layerwise Relevance Propagation which evaluates relative contributions to the generation decision by a proportion of token influence. |
| Outcome: | The proposed model can evaluate the relative contribution of source and target to the generation decision by using a variant of Layerwise Relevance Propagation (LRP) |
Copied to clipboard
| Challenge: | Currently, eCommerce platforms use schema matching to structure product information from disparate sources. |
| Approach: | They propose to model the schema matching problem as a neural machine translation task . they propose to use open-source seq2seq models fine-tuned on product attribute mappings to build a framework . |
| Outcome: | The proposed model achieves a significant performance boost (15% precision and 7% recall uplift) it can support new attributes with precision 95% using only five labeled samples per attribute. |
Copied to clipboard
| Challenge: | a key ingredient of neural machine translation is the use of large datasets with different but consistent translation styles . however, the models do not capture the variety of translators' styles from the data . a recent study shows that style-augmented models can capture the style variations of translator . |
| Approach: | They propose to augment a neural machine translation model with translator information . they use TED talk datasets to model and control translator-related stylistic variations . |
| Outcome: | The proposed models capture the style variations of translators and generate translations with different styles on new data. |
Copied to clipboard
| Challenge: | Non-autoregressive machine translation (NAT) has made great progress, but most studies focus on standard translation tasks. |
| Approach: | They propose to train an edit-based NAT model with a Translation Memory (TM) they propose to modify the data presentation and introduce an extra deletion operation to reduce decoding load. |
| Outcome: | The proposed model performs on par with an autoregressive approach while reducing the decoding load. |
Copied to clipboard
| Challenge: | Existing approaches to multi-source neural machine translation neglect inconsistencies between sources of information. |
| Approach: | They propose a source invariance network to learn invariant information of parallel sources . they propose to integrate such network with multi-encoder based multi-source NMT methods . |
| Outcome: | The proposed approach achieves clear gains in translation quality and captures implicit invariance between different sources. |
Copied to clipboard
| Challenge: | Multi-way parallel, machine generated content dominates the translations in lower resource languages . a limited investigation suggests this selection bias is the result of low quality content generated in English and translated into many lower resource language via MT. |
| Approach: | They show that multi-way parallel, machine generated content dominates translations in many languages . they also find evidence of a selection bias in the type of content which is translated into many languages. |
| Outcome: | The results suggest that the low quality of multi-way translations on the web was likely created using machine translation. |
Copied to clipboard
| Challenge: | despite advances in machine translation, the accuracy and fluency of translations cannot be guaranteed without a reference translation. |
| Approach: | They propose to use auxiliary tasks to mitigate partial input bias . they aim to train a multitask architecture with an auxiliary binary classification task . |
| Outcome: | The proposed models reduce partial input bias while maintaining the overall performance. |
Copied to clipboard
| Challenge: | Existing non-autoregressive models have boosted the efficiency of neural machine translation, but their performance is significantly worse than that of autoregressive counterparts. |
| Approach: | They propose to incorporate syntactic and semantic structures among natural languages into a non-autoregressive Transformer for the task of neural machine translation. |
| Outcome: | The proposed model achieves faster speed and keeps translation quality compared with other models. |
Copied to clipboard
| Challenge: | a decade ago a single metric, BLEU, governed progress in machine translation research. |
| Approach: | They investigate the "dynamic range" of a number of modern machine translation metrics to provide a collective understanding of differences in scores . they use a large dataset to discover deltas at which metrics achieve system-level differences that are meaningful to humans . |
| Outcome: | The proposed method is more stable than statistical p-values in regards to testset size. |
Copied to clipboard
| Challenge: | Currently, continuous learning methods suffer from catastrophic forgetting problem, causing model to forget previous knowledge while learning new knowledge. |
| Approach: | They propose a two-stage continuous learning method based on local features of the real loss to avoid catastrophic forgetting problem. |
| Outcome: | The proposed method achieves significant improvements on domain adaptation and more challenging language adaptation tasks. |
Copied to clipboard
| Challenge: | Retrieval-augmented machine translation (RAMT) is attracting growing attention . it is assumed to implement some form of domain adaptation . |
| Approach: | They propose a retrieval-augmented version of the Levenshtein Transformer to make it more transparent . they propose to perform training and inference in this model, based on multi-way alignment algorithms and imitation learning. |
| Outcome: | The proposed architecture improves translation performance and improves consistency of translations compared to previous models. |
Copied to clipboard
| Challenge: | a new approach to extract parallel sentences from Wikipedia articles is proposed . the approach is based on multilingual sentence embeddings, but does not limit it to English . |
| Approach: | They propose to automatically extract parallel sentences from Wikipedia articles in 96 languages . they train neural MT baseline systems on the mined data and evaluate them on the TED corpus . |
| Outcome: | The proposed approach extracts parallel sentences from Wikipedia articles in 96 languages . the extracted sentences achieve strong BLEU scores for many language pairs . |
Copied to clipboard
| Challenge: | Neural machine translation models learn to map from source language sentences to target language sentences via continuous-space intermediate representations. |
| Approach: | They propose an encoder with character attention which augments the (sub)word-level representation with character-level information and a decoder with multiple attentions that enable the representations from different levels of granularity to control the translation cooperatively. |
| Outcome: | The proposed model outperforms the standard word-based model, subword-based models, and strong character-based ones on translation tasks. |
Copied to clipboard
| Challenge: | a global medical technology company has invested substantial resources in translating content into the various languages required across their global markets. |
| Approach: | They propose to use human-in-the-loop validation to evaluate machine translation systems in a medical technology company. |
| Outcome: | The proposed method dominates reviewer preference across all languages and tones of interest, the authors show . the "Gold" control ranks poorly in one language and the lower ranks have high variance. |
Copied to clipboard
| Challenge: | Experimental results show that our model exploits both source and target document context. |
| Approach: | They propose a document-level neural machine translation model which takes both source and target document context into account using memory networks. |
| Outcome: | The proposed model outperforms previous work in terms of BLEU and METEOR in English translations. |
Copied to clipboard
| Challenge: | Dot-product attention only considers the pair-wise correlation between words, resulting in dispersion when dealing with long sentences and neglecting source neighboring relationships. |
| Approach: | They propose to model concentrated attention in cross-attention using a Gaussian Mixture Model to model cross- attention in a language model. |
| Outcome: | Experiments on three datasets show that the proposed method outperforms the baseline and has significant improvement on alignment quality, N-gram accuracy, and long sentence translation. |
Copied to clipboard
| Challenge: | Current state-of-the-art LLMs exhibit clear limitations on multiple tasks, while performing well on tasks that involve contextual semantic understanding. |
| Approach: | They propose a mouse-based benchmark to evaluate LLMs' performance on NLP tasks involving Chouxiang Language. |
| Outcome: | The proposed benchmark evaluates the performance of LLMs on six NLP tasks involving Chouxiang Language. |
Copied to clipboard
| Challenge: | lack of comprehensive evaluation benchmarks has hindered progress in this field . lack of evaluation benchmarking has hinder MT's ability to generate accurate outputs . |
| Approach: | They evaluate translations across semantic preservation, cultural and regional specificity, expression style, and fluency at both the word and sentence levels. |
| Outcome: | The proposed evaluation framework is validated on translations of state-of-the-art large language models . |
Copied to clipboard
| Challenge: | ARBRES is a project documenting the Breton language and state of research and engineering in linguistics and NLP. |
| Approach: | ARBRES is an ongoing project of open science documenting the Breton language and state of research and engineering in linguistics and NLP. |
| Outcome: | ARBRES Kenstur is a project documenting the Breton language and state of research and engineering in linguistics and NLP. |
Copied to clipboard
| Challenge: | Simultaneous machine translation model needs a precise translation policy to achieve good latency-quality trade-offs. |
| Approach: | They propose a method for building the optimal translation policy online via binary search by employing explicit supervision. |
| Outcome: | Experiments on four translation tasks show that the proposed method exceeds strong baselines across all latency scenarios. |
Copied to clipboard
| Challenge: | Byte Pair Encoding (BPE) is an effective approach in machine translation across several languages, but it is prone to over-segmentation in Korean, an agglutinative and morphologically rich language. |
| Approach: | They propose a new method that incorporates long words into the Korean vocabulary by strategically preserving morphological information and reducing semantic confusion. |
| Outcome: | The proposed method outperforms BPE and surpasses state-of-the-art morpheme-aware tokenization methods. |
Copied to clipboard
| Challenge: | Neural Machine Translation models can be optimized to improve latency by constraining the set of output words . lexical shortlisting fails to select the right set of input words for semantically non-compositional phenomena such as idiomatic expressions. |
| Approach: | They propose a model of vocabulary selection that constrains the set of allowed output words . they propose to increase the size of the allowed set to restore translation quality . |
| Outcome: | The proposed model restores translation quality of an unconstrained system, as measured by human evaluations on WMT newstest2020 and idiomatic expressions, at an inference latency competitive with alignment-based selection using aggressive thresholds. |
Copied to clipboard
| Challenge: | Pro-drop (‘pronoun-dropping’) language requires NMT systems to recover omitted pronouns, but this task lacks sufficient datasets for benchmarking . |
| Approach: | They propose a benchmarking method that leverages the semantic embedding of dropped pronouns to augment training pairs to alleviate the negative impact introduced by pro-drop . |
| Outcome: | The proposed method outperforms existing methods regarding omitted pronoun retrieval and overall translation quality on four Chinese-English translation corpora. |
Copied to clipboard
| Challenge: | Byte-Pair Encoding (BPE) is an unsupervised sub-word tokenization technique, but its reasons for its effectiveness are not well understood. |
| Approach: | They link BPE to the broader family of dictionary-based compression algorithms and compare it with other members of this family. |
| Outcome: | The proposed method is compared with dictionary-based compression algorithms and improves on a fixed vocabulary size budget. |
Copied to clipboard
| Challenge: | Especially the trend towards neural MT has renewed peoples' interest in better and more analytical diagnostic methods for MT quality. |
| Approach: | They propose a framework that supports a linguistic evaluation of machine translations using test suites. |
| Outcome: | The proposed framework supports linguistic evaluation of (machine) translations using test suites. |
Copied to clipboard
| Challenge: | Existing approaches to neural machine translation (NMT) are dependent on limited parallel data, and can be difficult to use for many language pairs. |
| Approach: | They propose a method where target-language sentences are re-ordered to match the order of the source and used as an additional source of training-time supervision. |
| Outcome: | The proposed method improves on simulated low-resource Japanese-to-English and real low-demand Uyghur-to English scenarios. |
Copied to clipboard
| Challenge: | Neural networks tend to gradually forget the previously learned knowledge when learning multiple tasks sequentially from dynamic data distributions. |
| Approach: | They propose a method that iteratively provides complementary knowledge to student models by dynamically updating teacher models trained on specific data orders. |
| Outcome: | The proposed method improves on multiple machine translation tasks and improves performance over baseline systems. |
Copied to clipboard
| Challenge: | Word alignment was once a core unsupervised learning task in natural language processing . but word alignment still plays an important role in interactive applications of neural machine translation, such as annotation transfer and lexicon injection. |
| Approach: | They propose to use a Transformer model to train an unsupervised word alignment model. |
| Outcome: | The proposed method outperforms GIZA++ on three data sets and is tightly integrated and does not affect translation quality. |
Copied to clipboard
| Challenge: | Using a neural machine translation system to extract parallel sentences from two monolingual corpora is challenging. |
| Approach: | They propose a method to extract parallel sentences from two monolingual corpora by constraining the decoding by a prefix tree built on the other corpus. |
| Outcome: | The proposed method achieves comparable results to other submissions on the BUCC shared task. |
Copied to clipboard
| Challenge: | Recent work has shown that contextualized word representations are a viable alternative to simple word prediction tasks. |
| Approach: | They propose to use subword units and characters to model morphology, syntax, and semantics instead of word embeddings. |
| Outcome: | The proposed representations are better for modeling syntax and more robust to noisy input. |
Copied to clipboard
| Challenge: | a recent study shows that machine translations make older and more male characters sound older and older than the original. |
| Approach: | They propose to use demographicallyrepresentative data to examine how text is translated . they show that authors sound older and more male than the original . |
| Outcome: | The results suggest that translation models reflect demographic bias in the training data. |
Copied to clipboard
| Challenge: | Neural machine translation (NMT) has achieved significant progress over recent years. |
| Approach: | They extend mutual learning to the machine translation task and operate at both the sentence-level and the token-level. |
| Outcome: | The proposed method improves on the IWSLT’14 German-English task and also on the WMT’14 English-German task. |
Copied to clipboard
| Challenge: | Existing approaches to deep learning for NLP require large amounts of labeled data. |
| Approach: | They propose an approach that iteratively selects a small number of examples for expert annotation based on their estimated utility in training the model. |
| Outcome: | The proposed approach reduces the data requirements of state-of-the-art AL strategies by 3-25% on multiple NLP tasks while achieving the same performance with virtually no additional computation overhead. |
Copied to clipboard
| Challenge: | Existing models to detect predatory conversations for online conversation platforms are lacking in real-world applications due to sparse distribution of predatory conversation data. |
| Approach: | They propose backtranslation augmentation to augment training datasets with more predatory conversations by using 3 neural translators to augment them. |
| Outcome: | The proposed model improves with fewer training epochs for better classification efficacy on 8 languages from 4 language families and shows that it is more efficient than previous models. |
Copied to clipboard
| Challenge: | tense inconsistency is a common problem in machine translation systems. |
| Approach: | They propose a parallel tense test set, containing French-English 552 utterances, and introduce a benchmark, tence prediction accuracy. |
| Outcome: | The proposed model can measure the tense consistency performance of machine translation systems for the first time. |
Copied to clipboard
| Challenge: | A decade ago the idea of using round-trip MT to guide grammatical error correction was not feasible due to the low quality of MT systems of the day. |
| Approach: | They propose to use round-trip machine translation to guide grammatical error correction to preserve meaning while mapping its surface form from one language into another. |
| Outcome: | The proposed system is re-examined across five languages and models of various sizes and yields consistent improvements. |
Copied to clipboard
| Challenge: | Recent work has shown that reinforcement learning (RL) can be scaled to games with large state-action spaces, achieving human-level performance or even superhuman performance. |
| Approach: | They propose to use bandit feedback to improve sequence-to-sequence learning by simulating reward signals by evaluation metrics such as BLEU, F1-score, or ROUGE. |
| Outcome: | The proposed methods improve performance even from small amounts of human feedback, pointing to a great potential for applications at larger scale. |
Copied to clipboard
| Challenge: | Existing methods to perform adaptive and fixed translations lack evaluation before taking actions. |
| Approach: | They propose a method to perform adaptive translation policy via post-evaluation into fixed policy . their method evaluates rationality of next action by measuring change in source content . |
| Outcome: | The proposed method exceeds strong baselines under all latency. |
Copied to clipboard
| Challenge: | Existing studies have shown that neural metrics are more reliable than non-neural metrics. |
| Approach: | They propose to use commercial machine translations to evaluate machine translation metrics based on their preference for more recent outputs. |
| Outcome: | The proposed dataset confirms several previous findings, including the advantage of neural metrics over non-neural ones, and also explores the debated issue of how MT quality affects metric reliability. |
Copied to clipboard
| Challenge: | Existing discrepancies between token-level objective and overall sequence-level quality of a model are causing exposure bias and other issues in NMT. |
| Approach: | They propose a contrastive preference model that integrates an indicator function to fine-tune a pre-trained model in Neural Machine Translation. |
| Outcome: | The proposed model outperforms the traditional Plackett-Luce model on three language pairs and also outperFORMs token-level and sequence-level baseline models. |
Copied to clipboard
| Challenge: | Simultaneous machine translation (SiMT) outputs translation while reading source sentence . existing methods do not direct the read/write path, resulting in poor performance . |
| Approach: | They propose a method which introduces duality constraints to direct the read/write path . they propose to map the read path in two SiMT models to satisfy duality constraint . |
| Outcome: | Experiments on En-Vi and De-En tasks show that the proposed method outperforms baselines under all latency. |
Copied to clipboard
| Challenge: | a pipeline translation method is proposed to take advantage of the similarities and differences between sign language and spoken language. |
| Approach: | They propose a pipeline translation method that takes advantage of similarities between spoken and spoken Japanese . they map glosses to spoken language words and train them using a monolingual Japanese corpus . |
| Outcome: | The proposed method performs robustly on the low-resource corpus and is +4.4/+4.9 points above baseline. |
Copied to clipboard
| Challenge: | Existing data on Japanese-English subtitles are limited due to the high cost of manual construction. |
| Approach: | They describe the Japanese-English Subtitle Corpus by crawling and aligning subtitles found on the web. |
| Outcome: | The JESC dataset covers the underrepresented domain of conversational dialogue. |
Copied to clipboard
| Challenge: | a new corpus of human translations contains both professional and student translations of news and reviews texts. |
| Approach: | They propose to use the data to compare human and professional translations of news and reviews in a new corpus which contains both professional and student translations. |
| Outcome: | The proposed corpus contains professional and student translations of news and reviews and a subcorpus containing reviews into Finnish. |
Copied to clipboard
| Challenge: | Hallucination and omission are a problem in machine translation because of an LLM's size and low-resource languages. |
| Approach: | They propose to use word alignment as preference to optimize an LLM-based MT model to mitigate hallucination and omission problems. |
| Outcome: | The proposed model is able to mitigate hallucination and omission by using word alignment as preference. |
Copied to clipboard
| Challenge: | Existing approaches to extract examples from memory are limited, but the upstream retrieval step is still unexplored. |
| Approach: | They propose to use a standard autoregressive model, edit-based model and a large language model with in-context learning to investigate the effect of retrieval methods on translation scores. |
| Outcome: | The proposed architectures improve translation scores and increase diversity of examples. |
Copied to clipboard
| Challenge: | a dataset of English-to-Dutch news translations enriched with translation process data is available for free . three students of a Master's programme in Translation were asked to translate 50 different English journalistic texts of approximately 250 tokens each. |
| Approach: | They propose to make a learner corpus of English-to-Dutch news translations enriched with translation process data. |
| Outcome: | The dataset can be used in translation process research, learner corpus research, and corpus-based translation studies. |
Copied to clipboard
| Challenge: | Using neural machine translation to approximate human parity is difficult due to the lack of parallel training corpora. |
| Approach: | They propose an end-to-end deep learning framework for quality estimation and automatic post-editing of machine translation output. |
| Outcome: | The proposed framework achieves state-of-the-art performance on the English–German dataset and human translators can significantly expedite their post-editing processing with the model. |
Copied to clipboard
| Challenge: | Multiword Expressions (MWEs) are hard nuts for many natural language processing tasks. |
| Approach: | They annotate 28 types of Chinese MWEs and then examine 31 MTE metrics on groups of sentences containing different MWE. |
| Outcome: | The results show that MT systems and MTE metrics still suffer from MWEs . |
Copied to clipboard
| Challenge: | Existing subword regularizations use multiple segmentations during training but only use one segmentation in inference. |
| Approach: | They propose an inference strategy that uses multiple subword segmentations to solve this discrepancy in the training process and inference. |
| Outcome: | The proposed strategy reduces the cost of training and improves the performance of models trained with subword regularization in low-resource machine translation tasks. |
Copied to clipboard
| Challenge: | Document-level contextual information has shown benefits to text-based machine translation, but whether and how it helps end-to-end speech translation is still under-studied. |
| Approach: | They propose a concatenation-based ST model with adaptive feature selection for computational efficiency. |
| Outcome: | The proposed model improves translation quality and robustness to (artificial) audio segmentation errors. |
Copied to clipboard
| Challenge: | Existing studies on curriculum learning focus on selecting the best distribution of data to train a system. |
| Approach: | They propose a self-supervised neural machine translation model that self-selects data without being told to do so. |
| Outcome: | The proposed model self-selects samples of increasing complexity and task relevance without being told to do so, and performs a denoising curriculum. |
Copied to clipboard
| Challenge: | Existing studies focus on the recognition step, while paying less attention to sign language translation. |
| Approach: | They propose a task-aware instruction network, namely TIN-SLT, for sign language translation, by introducing the isntruction module and the learning-based feature fuse strategy into a Transformer network. |
| Outcome: | The proposed system outperforms existing solutions on two benchmark datasets, PHOENIX-2014-T and ASLG-PC12, and outperformed previous best solutions by 1.65 and 1.42 in terms of BLEU-4. |
Copied to clipboard
| Challenge: | Incremental domain adaptation improves interactive machine translation performance . users of interactive systems are sensitive to the speed of adaptation . |
| Approach: | They propose to measure the speed of lexical acquisition for in-domain vocabulary . they propose to use this to choose the most suitable adaptation method for neural machine translation . |
| Outcome: | The proposed measures measure the speed of lexical acquisition for in-domain vocabulary . they show that the most suitable adaptation method is chosen from a range of different techniques . |
Copied to clipboard
| Challenge: | Recent models struggle to show performance over 60%, significantly below the pass mark of the source exams (80%), highlighting the room for improvement. |
| Approach: | They propose to use Korean exams to collect 35,030 questions from an expert-level multiple choice model to capture linguistic and cultural aspects of the Korean language. |
| Outcome: | The proposed benchmark is based on 35,030 questions from original Korean exams. |
Copied to clipboard
| Challenge: | Regression-based neural metrics struggle with inconsistency of human ratings . prompting large language models (LLMs) for MT scoring has also shown promise . |
| Approach: | They propose a MT metric framework that reformulates translation evaluation as a reward modeling task. |
| Outcome: | The proposed framework surpasses larger WMT winners and massive closed LLMs across 39 language pairs and 111 MT systems. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have achieved impressive results in Machine Translation (MT). human evaluations reveal that LLM-generated translations still contain various errors. |
| Approach: | They propose a LLM-based self-refinement framework that feeds error information back into LLMs to facilitate self-finement, leading to enhanced translation quality. |
| Outcome: | The proposed framework outperforms internal refinement and feedback methods while ensuring a robust translation quality baseline. |
Copied to clipboard
| Challenge: | Context-aware neural machine translation (NMT) remains challenging due to the lack of large-scale document-level parallel corpora. |
| Approach: | They propose to use large-scale parallel datasets and source-side monolingual documents to improve context-aware neural machine translation. |
| Outcome: | The proposed model can be used to translate both sentences and documents on four translation tasks. |
Copied to clipboard
| Challenge: | Using romanization to improve low-resource machine translation is not always the best strategy. |
| Approach: | They propose to use romanization to improve transfer between languages with different scripts . they compare two romanization tools and find that they exhibit different degrees of information loss, which affects translation quality. |
| Outcome: | The proposed method improves transfer between languages with different scripts while entails information loss. |
Copied to clipboard
| Challenge: | Experimental results show that data augmentation improves accuracy over strong baselines. |
| Approach: | They propose to use translationese as input for GEC data augmentation to overcome stylistic discrepancies . they propose to obtain human-translated texts with a more similar style to non-native texts . |
| Outcome: | The proposed method improves correction accuracy over strong baselines on four GEC benchmarks. |
Copied to clipboard
| Challenge: | a corpus of Guarani-Spanish text is presented that is aligned at sentence level . the long history of language contact between Guaran and Spanish in South America has resulted in many interesting language varieties . |
| Approach: | They propose to align Guarani-Spanish text at sentence level with 30,000 sentence pairs and a test set. |
| Outcome: | The proposed corpus contains about 30,000 sentence pairs and is structured as a collection of subsets from different sources, further split into training, development and test sets. |
Copied to clipboard
| Challenge: | Semantic parsing is one of the central tasks for natural language understanding (NLU). |
| Approach: | They propose a Segmented Invocation Transformer that utilizes the information from the constituency parse tree of the natural language text and Bash command components to generate Bash commands. |
| Outcome: | The proposed method improves the inference time and reduces the model parameters by 1.8x . |
Copied to clipboard
| Challenge: | Experimental results show that retrieval-augmented NMT model obtains substantial improvements over strong baselines in the benchmark dataset. |
| Approach: | They propose a retrieval-augmented NMT model that is holistically similar to the source sentence while individually contrastive to each other. |
| Outcome: | The proposed model improves on baselines in the translation task. |
Copied to clipboard
| Challenge: | Existing studies on gender mistranslation in translation systems have highlighted the problem . a dataset of 26 languages is presented to measure the extent of such errors . |
| Approach: | They propose a dataset that measures the extent of gender mistranslation in translation systems . they use handcrafted passages that target known failure patterns and synthetically generated passages . |
| Outcome: | The proposed dataset covers 26 languages from a variety of language families and scripts, including several traditionally under-represented in digital resources. |
Copied to clipboard
| Challenge: | Existing methods for siMT do not explicitly model the alignment to perform the control. |
| Approach: | They propose to model alignment and translation in a unified manner by Gaussian Multi-head Attention (GMA) they propose to integrate alignment-related priors into the translation model to determine final attention. |
| Outcome: | The proposed method outperforms strong baselines on trade-off between translation and latency. |
Copied to clipboard
| Challenge: | Neural machine translation suffers when parallel data is scarce for training . a new framework to transfer multiple sources of auxiliary data is proposed . |
| Approach: | They propose a framework to transfer multiple sources of auxiliary data from high-resource parallel data to low-resourced translation models using pretrained language models. |
| Outcome: | The proposed approach yields consistent improvements over strong competitors for multiple translation directions. |
Copied to clipboard
| Challenge: | Non-autoregressive translation models are weak at learning high-mode knowledge, argues a new study . despite the improved learning difficulty, there are still complicated word orders and structures in the synthetic sentences, making the NAT performance sub-optimal. |
| Approach: | They propose to train non-autoregressive translation models to learn fine-grained lower-mode knowledge . they break down sentence-level examples into three types and increase granularities . |
| Outcome: | The proposed method improves phrase translation accuracy and model reordering ability against strong NAT baselines. |
Copied to clipboard
| Challenge: | a non-autoregressive machine translation model can minimize the autoregressive teacher's energy . engINE is an inference network trained to minimize the teacher' energy based on distilled corpora . |
| Approach: | They propose to train a non-autoregressive machine translation model to minimize autoregressive teacher energy by using an inference network instead of distilled corpora. |
| Outcome: | The proposed model achieves state-of-the-art non-autoregressive results on two datasets . the proposed model is trained to minimize the autoregressive teacher energy . |
Copied to clipboard
| Challenge: | Annotation metrics are misaligned with the ideal measure of text quality and human evaluation remains the most accurate, reliable, and ultimate standard. |
| Approach: | They propose an annotation protocol that helps annotators mark erroneous parts of the translation and assign a final score. |
| Outcome: | The proposed protocol reduces the time per span annotation by half . the method reduces annotation budget by 25% with filtering of examples that the AI deems to be likely to be correct. |
Copied to clipboard
| Challenge: | Current approaches to bilingual lexicon induction (BLI) ignore inflectional morphology . current models degrade when translating less frequent inflected forms . |
| Approach: | They propose a morphologically aware probability model that models lexeme translation and inflectional morphology in a structured way. |
| Outcome: | The proposed model improves performance across 6 language pairs and in the weakly supervised setting. |
Copied to clipboard
| Challenge: | Existing methods to improve multi-head self-attention are lacking in many languages. |
| Approach: | They propose a redundant head enlivening method to identify redundant heads and vitalize their potential by learning syntactic relations and prior knowledge in the text. |
| Outcome: | The proposed method can identify and vitalize redundant heads without sacrificing the roles of important heads. |
Copied to clipboard
| Challenge: | MT evaluation often focuses on accuracy and fluency without paying much attention to translation style. |
| Approach: | They propose a method for training machine translation systems to achieve a more natural style by contrasting training data according to the naturalness of the target side. |
| Outcome: | The proposed method achieves lexical richness on par with human translations, and is preferred by human experts when compared to baseline translations. |
Copied to clipboard
| Challenge: | Sign Languages are the primary means of communication for at least half a million people in Europe . however, the development of SL recognition and translation tools is slowed down by resource scarcity and data formats are not suitable for machine learning. |
| Approach: | They propose a framework to unify available resources and facilitate SL research for different languages. |
| Outcome: | The proposed framework is based on a set of ELAN files and returns textual and visual data ready to train SL recognition and translation models. |
Copied to clipboard
| Challenge: | A morphologically complex word is a hierarchical constituent with meaning-preserving subunits, so word-based models which rely on surface forms might not be powerful enough to translate such structures. |
| Approach: | They propose a neural architecture which is designed to deal with morphological complexities on the source side and redesign the decoder accordingly to benefit from such information. |
| Outcome: | The proposed model outperforms existing subword- and character-based architectures and showed significant improvements on translating from German, Russian, and Turkish into English. |
Copied to clipboard
| Challenge: | Predicting Machine Translation (MT) quality has been limited to word and sentence-level prediction. |
| Approach: | They propose a framework that can generalize neural QE approaches to the level of documents. |
| Outcome: | The proposed framework outperforms state-of-the-art approaches on document-level quality estimates and is 40 times faster to train. |
Copied to clipboard
| Challenge: | Existing approaches to reduce flicker in simultaneous translation have increased the latency through masking and specialised inference, thus losing the simplicity of the approach. |
| Approach: | They propose to train a machine translation system to reduce flicker by controlling monotonicity and biased beam search to achieve the same flicker-latency tradeoff. |
| Outcome: | The proposed approach reduces flicker by controlling monotonicity while maintaining similar translation quality to the original. |
Copied to clipboard
| Challenge: | Training data for machine translation (MT) is often sourced from multiple large corpora that are multi-faceted in nature. |
| Approach: | They propose to optimize the balance between translationese and natural training data to relieve system developers from manual schedule design. |
| Outcome: | The proposed model relieves system developers from manual schedule design. |
Copied to clipboard
| Challenge: | Movie and TV subtitles are a valuable resource for the compilation of parallel corpora . however, the quality of the resulting sentence alignments is often lower than for other parallel corpoora. |
| Approach: | They propose to use movie and TV subtitles to extract parallel corpora from 3.7 million subtitles spread over 60 languages to obtain explicit quality scores for each sentence alignment. |
| Outcome: | The proposed model predicts translation probabilities with a root mean square error of 0.07 . the results show that the model can prune out low-quality alignments . |
Copied to clipboard
| Challenge: | Empirical results on machine translation suggest that DPE is effective for segmenting output sentences. |
| Approach: | They propose a new algorithm for tokenizing sentences into subword units . they propose enabling exact log marginal likelihood estimation and exact MAP inference . |
| Outcome: | The proposed algorithm improves on machine translation datasets and on a large dataset. |
Copied to clipboard
| Challenge: | Existing models for Neural Machine Translation (NMT) use Recurrent Neural Network (RNN) to generate translation word by word following a sequential order. |
| Approach: | They propose a Neural Machine Translation (NMT) model that decodes the sequence with the guidance of its structural prediction of the target-side context. |
| Outcome: | The proposed model is more competitive compared with the state-of-the-art methods and reduces repetition with the instruction from the target-side context for decoding. |
Copied to clipboard
| Challenge: | Ancient people translated classical Chinese into Japanese using a system of annotations placed around characters. |
| Approach: | They propose to introduce an LLM-based annotation pipeline and construct a dataset from digitized open-source translation data to improve sequence tagging tasks. |
| Outcome: | The proposed method achieves high scores on direct machine translation, but could serve as a supplement to LLMs to improve the quality of character’s annotation. |
Copied to clipboard
| Challenge: | Existing models for translating free-form natural language instructions to a high-level plan for behavioral robot navigation are difficult due to the variability in the way people describe routes. |
| Approach: | They propose an end-to-end deep learning model for translating free-form natural language instructions to a high-level plan for robot navigation. |
| Outcome: | The proposed model significantly outperforms baseline approaches on a new dataset containing 10,050 pairs of navigation instructions. |
Copied to clipboard
| Challenge: | Existing APE systems generate artificial triplets of source sentences, machine translation outputs and human post-edits. |
| Approach: | They propose to use human post-edits to refine black-box machine translation (MT) models by fine-tuning pre-trained BERT models on both encoder and decoder of an APE system. |
| Outcome: | The proposed method improves on a dataset of 23K sentences on x86 GPUs. |
Copied to clipboard
| Challenge: | Existing approaches to simultaneous machine translation require a robust read/write policy . a standalone multi-path wait-k model performs competitively with adaptive policies . |
| Approach: | They propose a more flexible approach by decoupling the adaptive policy model from the translation model. |
| Outcome: | The proposed approach outperforms baseline approaches in translation tasks. |
Copied to clipboard
| Challenge: | Existing work has not evaluated LNMT models under challenging real-world conditions. |
| Approach: | They propose a homograph disambiguation module and a model that integrates contextually rich information about unseen lexical constraints from pre-trained language models. |
| Outcome: | The proposed model can cope with “homographs” and “unseen” lexical constraints. |
Copied to clipboard
| Challenge: | Undirected neural sequence models generate monotonically from left to right in machine translation tasks. |
| Approach: | They train a policy that learns the generation order for a pre-trained, undirected translation model via reinforcement learning. |
| Outcome: | The proposed policy outperforms heuristic generation orders on three out of four language pairs. |
Copied to clipboard
| Challenge: | Existing approaches to idiom translation are limited by the constraints of static parametric memory and retrieval noise . idiomatic expressions are non-compositional units where figurative meanings diverge from literal interpretations . |
| Approach: | They propose a detect-retrieve-arbitrate framework that detects idiomatic spans by reasoning over semantic conflicts between literal and contextual meanings. |
| Outcome: | The proposed framework improves GPT-5-mini and Emerging Slang datasets on various model scales. |
Copied to clipboard
| Challenge: | a simple but effective method to build sentiment lexicons for the three Mainland Scandinavian languages is proposed . a number of experiments with Scandinavian language datasets yield state-of-the-art results using a rule-based sentiment analysis algorithm. |
| Approach: | They propose a simple but effective method to build sentiment lexicons for the three Mainland Scandinavian languages. |
| Outcome: | The proposed method is based on the English Sentiwordnet and a thesaurus in one of the target languages. |
Copied to clipboard
| Challenge: | Existing document-level machine translation test-sets cover general domain but fall short on specialised domains, such as legal and financial. |
| Approach: | They propose to use a document-level machine translation test-set to replace perfectly aligned sentences by presenting data in units of sections rather than sentences. |
| Outcome: | The proposed dataset is built from specialised financial documents and it shows that it can discriminate between context-sensitive and context-agnostic models and shows the weaknesses when models fail to accurately translate financial texts. |
Copied to clipboard
| Challenge: | Existing curriculum learning approaches to Neural Machine Translation (NMT) require sampling sufficient amounts of “easy” samples from training data at the early stage of training. |
| Approach: | They propose a token-wise curriculum learning approach that creates sufficient amounts of easy samples from training data. |
| Outcome: | The proposed approach outperforms baselines on five language pairs on low-resource languages. |
Copied to clipboard
| Challenge: | Existing approaches to enforce word forms in translations struggle to make them agree with the rest of the output. |
| Approach: | They propose to train neural machine translation models with lemmatized constraints to infer correct word inflection. |
| Outcome: | The proposed model reduces errors in translation of constrained terms in automatic and manual evaluations on English-Czech language pairs. |
Copied to clipboard
| Challenge: | Recent work in context-aware NMT considers only a few previous sentences as context . current systems fail to achieve fluent, good quality translation for a full document . |
| Approach: | They propose a top-down approach to hierarchical attention for context-aware NMT which uses sparse attention to selectively focus on relevant sentences in the document context. |
| Outcome: | The proposed approach outperforms context-agnostic baselines and context-based baselines on English-German datasets. |
Copied to clipboard
| Challenge: | voluminous historical records are difficult to fully utilize since they are written in ancient languages and some parts are damaged over time. |
| Approach: | They propose a multi-task learning approach to restore and translate historical documents using a self-attention mechanism. |
| Outcome: | The proposed approach improves the accuracy of the translation task over baselines without multi-task learning. |
Copied to clipboard
| Challenge: | Document-level Neural Machine Translation aims to increase the quality of neural translation models by taking into account contextual information. |
| Approach: | They propose to use document-level corpus for Basque-Spanish language pairs to take into account contextual information and perform fine-grained evaluations of gender and gender. |
| Outcome: | The proposed corpus is suitable for fine-grained evaluation of document-level machine translation systems. |
Copied to clipboard
| Challenge: | Neural machine translation suffers from exposure bias, and alternative approaches to mitigate this are under debate. |
| Approach: | They propose to reduce exposure bias by using minimum risk training to mitigate hallucinations . they find that exposure bias is more problematic under domain shift . |
| Outcome: | The proposed methods can reduce exposure bias even on in-domain test sets. |
Copied to clipboard
| Challenge: | Grammatical Error Correction (GEC) is a computational task that requires large amounts of data to solve. |
| Approach: | They propose two approaches to generate large parallel datasets for GEC using publicly available Wikipedia edit histories using minimal filtration heuristics and round-trip translation through bridge languages. |
| Outcome: | The proposed methods yield similar sized parallel corpora with around 4B tokens and are far ahead of the state-of-the-art on the CoNLL ‘14 benchmark and the JFLEG task. |
Copied to clipboard
| Challenge: | Currently, the corpus contains more than 140k documents representing the legislative body of Romania. |
| Approach: | They present a Romanian legislative corpus which is a valuable linguistic asset for machine translation systems. |
| Outcome: | The Romanian legislative corpus contains more than 140k documents representing the legislative body of Romania. |
Copied to clipboard
| Challenge: | Non-autoregressive machine translation suffers severe performance deterioration due to the naive independence assumption. |
| Approach: | They propose a method which collects model behaviours on translation segments of various granularities and integrates feedback for backpropagation to reduce latency. |
| Outcome: | Experiments on four benchmark datasets show that the proposed method outperforms baseline models trained with cross-entropy loss and achieves the best performance on WMT’16 EnRo and highly competitive results on WTM’14 EnDe. |
Copied to clipboard
| Challenge: | Neural machine translation systems with subword vocabularies can translate or copy unknown words . we examine the influence of context and subword features on copying behavior . |
| Approach: | They show that neural machine translation systems with subword vocabularies can translate unknown words . they also learn to copy words based on context and features of the words themselves . |
| Outcome: | The proposed model outperforms phrase-based statistical machine translation systems on translation of unknown words. |
Copied to clipboard
| Challenge: | Currently, the corpus is being used to develop a neural machine translation model to translate French sentences into Wolof. |
| Approach: | They propose to build a bilingual parallel corpus between French and Wolof, a Niger-Congo language belonging to the Northern branch of the Atlantic group. |
| Outcome: | The proposed corpus contains 70,000 parallel sentences drawn on various sources from different domains. |
Copied to clipboard
| Challenge: | Neologism-aware machine translation aims to translate source sentences containing neologismes into target languages. |
| Approach: | They propose an agentic framework for neologism-aware machine translation equipped with a Wiktionary-based search toolkit. |
| Outcome: | The proposed framework is based on a Wiktionary-based search toolkit and a dedicated dataset for neologism-aware machine translation. |
Copied to clipboard
| Challenge: | In this study, we focus on negation, a universal, core property of human language that affects the semantics of an utterance. |
| Approach: | They focus on negation, a universal, core property of human language that affects semantics of an utterance. |
| Outcome: | The proposed method improves translation quality by 60% in some cases . the authors also provide a linguistically motivated analysis that directly explains the majority of the results. |
Copied to clipboard
| Challenge: | Existing work on terminology integration into Neural Machine Translation shows it can dynamically specialize translation to a specific domain. |
| Approach: | They extend existing work on terminology integration into Neural Machine Translation . they use placeholders complemented by morphosyntactic annotation to integrate terminology . |
| Outcome: | The proposed method surpasses the surface generalization shown by other techniques. |
Copied to clipboard
| Challenge: | Using RGB and keypoint streams, sign language translation is highly dependent on the brain's ability to process color, shape, and motion simultaneously. |
| Approach: | They propose a hypernetwork-based fusion method that extracts salient features from RGB and keypoint streams and introduces self-distillation and SST contrastive learning to maintain feature advantages while aligning the global semantic space. |
| Outcome: | The proposed method achieves state-of-the-art performance on two public sign language datasets, reducing model parameters by about two-thirds. |
Copied to clipboard
| Challenge: | Using word-level linguistic annotations in under-resourced neural machine translation is challenging for many languages. |
| Approach: | They propose to use word-level linguistic annotations to label source-language (SL) or target-language words to improve translation performance. |
| Outcome: | The proposed language annotations outperform part of speech and morphological description tags in the target language, while the morpho-syntactic description tags improve the grammaticality of the output. |
Copied to clipboard
| Challenge: | Low-resource languages suffer from a vicious circle: data is needed to build tools, but available text is scarce. |
| Approach: | They propose to use a grammar-based system to generate Spanish text and syntactically transfer it to Guarani to boost its performance. |
| Outcome: | The proposed system outperforms existing models by pretraining models with synthetic text. |
Copied to clipboard
| Challenge: | a study on the impact of multiword expressions and multiword named entities (NEs) on the performance of Chinese-English machine translation systems is presented. |
| Approach: | They propose to use Chinese multiword expressions and multiword named entities (NEs) to evaluate machine translation performance. |
| Outcome: | The proposed methods show that Chinese-English machine translation systems perform significantly worse on Chinese sentences with most kinds of MWEs and NEs. |
Copied to clipboard
| Challenge: | Existing noisy corpora filtering methods are insufficient to solve this problem, requiring multiple scorers trained on clean bitexts. |
| Approach: | They propose to use the information ratio from the source to the target side to distinguish unparallel sentence pairs by using norms of context vectors. |
| Outcome: | The proposed method performs comparably with state-of-the-art noisy corpora filtering techniques but is more efficient and easier to operate. |
Copied to clipboard
| Challenge: | Existing neural machine translation models learn the probability P (y|x) of the target sentence given the source sentence x. |
| Approach: | They propose to replace softmax activation with a multi-label classification layer that can model ambiguity more effectively. |
| Outcome: | The proposed multi-label classification layer can model ambiguity more effectively . it yields consistent BLEU score gains across six translation directions . |
Copied to clipboard
| Challenge: | a qualitative corpus of 700K parallel sentences was created using multiple methods such as extract, align and review of Hindi-Telugu corpora. |
| Approach: | They propose to create a Hindi-Telugu parallel corpus of different technical domains using different methods including extract, align and review. |
| Outcome: | The proposed corpus is the largest, publicly available domain parallel corpus for Hindi-Telugu. |
Copied to clipboard
| Challenge: | We present a high-quality and large-scale Vietnamese-English parallel dataset . our dataset is 2.9M pairs larger than the benchmark Vietnamese- English corpus . |
| Approach: | They present a large-scale Vietnamese-English parallel dataset with 3.02M sentence pairs . they compare strong neural baselines and well-known automatic translation engines . |
| Outcome: | The proposed dataset is 2.9M pairs larger than the benchmark Vietnamese-English corpus IWSLT15. |
Copied to clipboard
| Challenge: | Word alignment is an important task in many natural language processing tasks. |
| Approach: | They propose a self-supervised word alignment model that takes advantage of the full context on the target side. |
| Outcome: | The proposed model outperforms previous unsupervised models and obtains state-of-the-art results on four language pairs. |
Copied to clipboard
| Challenge: | Computer-aided translation (CAT) is a form of software that assists a human translator in the translation process. |
| Approach: | They propose to use computer-aided translation (CAT) to assist a human translator in the translation process. |
| Outcome: | The proposed method can give significantly more accurate predictions than baseline methods on CAT datasets. |
Copied to clipboard
| Challenge: | Recent machine translation shared tasks have shown top-performing systems to tie or outperform human translation. |
| Approach: | They examine the outputs of top-performing systems in a recent machine translation shared task . they find that some systems outperform human translation on average . |
| Outcome: | a new method identifies segments for which human and machine perform poorly . the results show that top-performing systems outperform human translation on average . |
Copied to clipboard
| Challenge: | Existing methods for detecting hallucinations and omissions in Machine Translation systems focus on analyzing the model’s internal states or relying on external tools. |
| Approach: | They propose an Optimal Transport-based word aligner specifically designed to enhance the detection of hallucinations and omissions in Machine Translation systems. |
| Outcome: | The proposed method is competitive with state-of-the-art methods across 18 language pairs on the HalOmi benchmark and shows promising features. |
Copied to clipboard
| Challenge: | Neural machine translation models are vulnerable to unfamiliar inputs. |
| Approach: | They propose to drop tokens of the input sentences to improve generalization and avoid overfitting for the NMT model. |
| Outcome: | The proposed approach improves on Chinese-English and English-Romanian benchmarks and achieves significant performance improvements over baselines. |
Copied to clipboard
| Challenge: | a linguistic evaluation tool is needed for distributional semantics tasks. |
| Approach: | They extend the Polish version of SimLex-999 to include measurement of similarity and relatedness. |
| Outcome: | The proposed model is compared with distributional semantics models for other languages. |
Copied to clipboard
| Challenge: | Several studies have documented the sensitivity of machine translation models to noise, including spelling errors and dialects. |
| Approach: | They propose to test machine translation systems for punctuation sensitivity by performing sentence-final perturbation tests with full stops, exclamation and questions marks. |
| Outcome: | The proposed tests show that commercial translation systems are vulnerable to single punctuation insertion or deletion, resulting in unreliable translations. |
Copied to clipboard
| Challenge: | Recent methods that smooth input and output of neural machine translation systems bring significant improvements in performance. |
| Approach: | They propose a method that replaces one-hot representations with soft posterior distributions of an external language model, smoothing the input of machine translation systems. |
| Outcome: | The proposed method improves translation performance on small datasets and larger datasets. |
Copied to clipboard
| Challenge: | Linguistic Linked Open Data (LLOD) is a flourishing line of research in the language resource community . existing LLOD standards and vocabularies are not widely used in this community despite its popularity . |
| Approach: | They propose to use Linguistic Linked Open Data to link a Sumerian corpus with lexical resources . they use a linguistically annotated archive to create a corpus of cuneiform texts . |
| Outcome: | The proposed LLOD framework is used in assyriology, with philological resources underrepresented . the proposed framework is based on a linguistically annotated corpus of Sumerian texts . |
Copied to clipboard
| Challenge: | Diachronic lexical information is increasingly used in historical linguistics and in NLP . etymological resources need to be fine-grained, large-coverage and accurate . |
| Approach: | They propose guidelines to generate etymological lexical resources for each step of the life-cycle of an ethymology . they introduce EtymDB 2.0, an 'etiological database' generated from the Wiktionary . |
| Outcome: | The proposed resources are generated for each step of the life-cycle of an etymological lexicon: creation, update, evaluation, dissemination, and exploitation. |
Copied to clipboard
| Challenge: | Document-level machine translation models are often not trained to explicitly ensure discourse quality. |
| Approach: | They propose a method that explicitly optimizes lexical cohesion and coherence metrics by using a reinforcement learning objective. |
| Outcome: | The proposed approach improves document translations over four different languages and three translation domains while maintaining faithfulness to the reference translation. |
Copied to clipboard
| Challenge: | Existing methods for decoding target language are degenerate, hallucinating or empty. |
| Approach: | They propose a method that tunes down the Softmax temperature to reduce autoregressive over-smoothness by label smoothing the output distributions. |
| Outcome: | The proposed method improves MBR in various settings. |
Copied to clipboard
| Challenge: | Existing methods to improve machine translation (MT) in low-resource settings are limited in the number of languages spoken in the world. |
| Approach: | They apply cartography techniques to characterize the contribution of training samples in two low-resource MT tasks (Swahili-English and Turkish-English) they argue that data augmentation strategies for low-Resource ML would benefit from model-in-the-loop strategies to maximize improvements. |
| Outcome: | The proposed methods show that training samples contribute to model training in low-resource MT tasks, albeit not uniformly throughout the training process. |
Copied to clipboard
| Challenge: | Semantic misalignment, as the primary source of the noise, poses a challenge for training machine translation systems. |
| Approach: | They propose a process for simulating misalignment controlled by semantic similarity which closely resembles misaligned sentences in real-world web-crawled corpora. |
| Outcome: | The proposed model significantly improves translation performance in the presence of misalignment noise and when applied to real-world, noisy web-mined datasets, across a range of translation tasks. |
Copied to clipboard
| Challenge: | Recent machine translation systems overcome language barriers for a wide range of users, yet they carry the risk of catastrophic meaning deviations. |
| Approach: | They introduce a culture-aware "Politeness" type for detecting critical translation errors . they also provide multiclass labels for critical error detection and critical error type classification . |
| Outcome: | Empirical results show that the proposed method outperforms baselines in both tasks. |
Copied to clipboard
| Challenge: | Existing solutions to bridge the gap between resource-rich and resource-poor languages are being explored. |
| Approach: | They examine the feasibility of machine translation for creating sentiment analysis datasets in 22 Indian languages. |
| Outcome: | The proposed dataset can be used to tackle low-resource challenges in sentiment analysis for Indian languages. |
Copied to clipboard
| Challenge: | Question Answering datasets are scarce for languages other than English due to the cost and difficulties of collection and manual annotation. |
| Approach: | They propose a method for generating and validating QA datasets for low-resource languages . they use English data as context to generate synthetic multiple-choice (MC) question-answer pairs . |
| Outcome: | The proposed method maintains quality, reduces likelihood of factual errors, and circumvents costly annotation. |
Copied to clipboard
| Challenge: | Recent studies focus on optimizing translation quality, with limited attention to understanding specific aspects of ICL that influence the said quality. |
| Approach: | They conduct the first of its kind, exhaustive study of in-context learning for machine translation (MT) they establish that ICL is primarily example-driven and not instruction-driven . |
| Outcome: | The proposed model is based on examples and not instruction-driven learning. |
Copied to clipboard
| Challenge: | Recent machine translation algorithms rely on parallel corpora, but only some resource-rich language pairs can benefit from them. |
| Approach: | They construct a parallel corpus for English-Japanese, which has 8.7 million sentence pairs . they use a web crawler to automatically align parallel sentences in the corpus . |
| Outcome: | The proposed corpus includes a broader range of domains and can be trained with a pre-trained model. |
Copied to clipboard
| Challenge: | Neural machine translation (NMT) is an effective way to convert text to a different language without human involvement. |
| Approach: | They propose to use multihead self-attention along with pre-trained Byte-Pair-Encoded (BPE) and MultiBPE embeddings to develop an efficient machine translation system. |
| Outcome: | The proposed system outperforms Google translator and the existing translators on two of the most morphological rich Indian languages. |
Copied to clipboard
| Challenge: | a new method for manual evaluation of machine translation output is proposed . evaluators mark problematic parts of the translated text, not just overall scores . |
| Approach: | They propose a method for manual evaluation of machine translation output based on marking actual issues in the translated text. |
| Outcome: | The proposed method can be applied on any genre/domain and language pair . it can be guided by various types of quality criteria and can be used for other types of generated text. |
Copied to clipboard
| Challenge: | Existing methods to train NMT systems with noisy data are not sufficient . a recent increase in foreigners visiting Japan has created a significant information gap . |
| Approach: | They propose a Japanese-English parallel news corpus that is content-equivalent . they extend a domain-adaptation method to train NMT models with clean corpus . |
| Outcome: | The proposed corpus improves translation quality and is more effective than existing methods. |
Copied to clipboard
| Challenge: | a recent study shows that end-to-end systems are not structurally free. |
| Approach: | They propose to use dictionary- and word vector-based baselines to align NPs in the bitext . they argue that alignment of NP's in MT can be improved by using old-fashioned methods . |
| Outcome: | a new study shows that alignment of NPs in the bitext is relevant even in an end-to-end paradigm . the proposed system can be improved by bringing in old-fashioned methods, the authors argue . |
Copied to clipboard
| Challenge: | Lectures translation is a case of spoken language translation and there is nil available corpus for this purpose. |
| Approach: | They propose a framework for mining a parallel corpus from publicly available lectures at Coursera . they use machine translation and cosine similarity over continuous-space sentence representations to determine sentence alignments . |
| Outcome: | The proposed framework improves translation performance when used with out-of-domain parallel corpora . it also addresses noise in the mined data, and creates high-quality evaluation splits . |
Copied to clipboard
| Challenge: | Existing methods such as Medusa lack adequate information interaction between different drafting heads. |
| Approach: | They propose an enhanced speculative decoding framework that builds upon Medusa and integrates a drafting block capable of parallel inference. |
| Outcome: | The proposed framework outperforms Medusa in terms of head accuracy and latency. |
Copied to clipboard
| Challenge: | Current approaches to machine translation (MT) translate sentences in isolation, disregarding context they appear in, or model context at the level of the full document. |
| Approach: | They propose to include information about the topic of the section within which each sentence is found in a document that is not homogeneous . they use a cache-based model to model the context of the document, instead of translating sentences in isolation . |
| Outcome: | The proposed model incorporates information about the topic of the section within which each sentence is found into a neural model. |
Copied to clipboard
| Challenge: | Existing methods to improve translation quality using human feedback have not been validated. |
| Approach: | They propose to use quality estimation to predict human preferences for feedback training . they propose to detect incorrect translations and assign a penalty term to the reward scores . |
| Outcome: | The proposed method outperforms systems using larger parallel corpora by a small amount of monolingual data. |
Copied to clipboard
| Challenge: | Using Colibri Core to detect translation patterns in the Hebrew Bible and its Syriac source text is a promising approach, but does not allow the creation of a bilingual model. |
| Approach: | They propose to use Colibri Core to detect n-gram and skipgram patterns in the Hebrew Bible and its Syriac source text. |
| Outcome: | The proposed modeller can detect n-gram and skipgram patterns in both Hebrew and Syriac texts without the need for textual annotations. |
Copied to clipboard
| Challenge: | Current state-of-the-art in Neural Machine Translation (NMT) has reached remarkable progress, but human evaluations are often judged as having lower quality than top NMT systems. |
| Approach: | They propose to use a machine translation dataset with post-edited high-quality neural machine translation and independent human references to compare the results. |
| Outcome: | The proposed dataset includes 31K tuples including a source sentence, the respective machine translation by a neural machine translation system, and a post-edited version of such translation by professional translator. |
Copied to clipboard
| Challenge: | TDDC was prepared by manually aligning the sentences from past Japanese and English timely disclosure documents . tens of thousands of original Japanese documents are disclosed every year, but the availability of English disclosure documents is limited. |
| Approach: | They describe the details of the Timely Disclosure Documents Corpus (TDDC) TDDC was prepared by manually aligning the sentences from past Japanese and English timely disclosure documents . |
| Outcome: | The timely disclosure documents corpus (TDDC) was created by aligning sentences from past documents in Japanese and English. |
Copied to clipboard
| Challenge: | Probabilistic multiclass classifiers with large number of output classes are commonplace in natural language processing. |
| Approach: | They propose to use argmax to predict words from a large vocabulary in NLP models . they find that 13 out of 150 models do indeed have such unargmaxable tokens . |
| Outcome: | The proposed algorithms detect unargmaxable tokens in large language models and translation models. |
Copied to clipboard
| Challenge: | Recent studies show that the attention heads in Transformer are not equal. |
| Approach: | They propose a masking method to mask attention heads in Transformer . they empirically validate the inequality and propose 'head mask' method to avoid bottleneck . |
| Outcome: | The proposed masking method improves translation performance on multiple languages . it can be used to remove a small subset of heads without affecting performance . |
Copied to clipboard
| Challenge: | Comparable corpora are an important source of potential parallel data, suitable for training data-driven machine translation systems. |
| Approach: | They present a case study on the exploitation of comparable corpora for machine translation. |
| Outcome: | The results show that filtering in terms of alignment thresholds and length-difference outliers has a significant impact on translation quality. |
Copied to clipboard
| Challenge: | prevailing methods for machine translation are often hindered by misleading reward signals. |
| Approach: | They propose a framework that aligns large language models to human preferences . they propose 'M2PO' to correct the bias towards partial errors . |
| Outcome: | The proposed framework outperforms open-source models and achieves parity with proprietary models. |
Copied to clipboard
| Challenge: | a detailed empirical case study of out-of-vocabulary words in modern text is presented . unfamiliar words cause trouble for machine processing or comprehension of text, authors say . |
| Approach: | They propose a detailed empirical case study of the nature of out-of-vocabulary words encountered in modern text in a moderate-resource language such as Bulgarian . they apply a multi-faceted distributional analysis of the underlying word-formation processes to characterize the residual vocabulary . |
| Outcome: | The proposed method can be used to aid in compositional translation, parsing, language modeling, and other NLP tasks. |
Copied to clipboard
| Challenge: | a specificity of translations with English as a source language produced by students and professional translators is investigated by genre-comparable data from a number of parallel and comparable corpora. |
| Approach: | They propose to use genre-comparable data to explore the specificity of translations . they use a set of human-interpretable lexicogrammatic translationese indicators . |
| Outcome: | The proposed feature set can reliably distinguish translations and non-translations regardless of the language pair and translation variety. |
Copied to clipboard
| Challenge: | a range of issues limit the performance of the automated metrics. |
| Approach: | They propose to use semi-automatic metrics and test suites instead of fully automatic metrics for pronoun translation. |
| Outcome: | The proposed metrics improve translation accuracy by comparing them against a manually annotated dataset . the proposed metrics are semi-automatic and test suites in place of fully automatic metrics. |
Copied to clipboard
| Challenge: | Existing research has focused on providing individual, well-defined types of context in translation, such as the surrounding text or discrete external variables like the speaker’s gender. |
| Approach: | They introduce a novel neural machine translation framework that interprets all context as text. |
| Outcome: | The proposed framework outperforms a baseline that matched the parameters and significantly outperformed it in English translation. |
Copied to clipboard
| Challenge: | Existing language models are inadequate for evaluating machine translation systems . current evaluation methods are costly and require specialized expertise to prepare and score gold standard translations . |
| Approach: | They propose an unsupervised method to generate training data for translation evaluation by repeated rounds of translation between source and target languages. |
| Outcome: | The proposed method outperforms a popular translation evaluation system on two tasks . human annotation is costly and requires specialized expertise to prepare and score gold standard translations . |
Copied to clipboard
| Challenge: | In a well-connected world, translation is of everincreasing importance. |
| Approach: | They propose to use mid-air hand gestures in combination with the keyboard for editing in machine translation and post-editing workflows to improve quality. |
| Outcome: | The proposed prototype supports mid-air hand gestures for cursor placement, text selection, deletion, and reordering. |
Copied to clipboard
| Challenge: | Existing methods for regularizing input perturbation are limited by under-fitting of training data. |
| Approach: | They propose a method that can reduce over-fitting and under-fitting at the same time. |
| Outcome: | The proposed method can reduce over-fitting and under-fitturing while making the model less sensitive to small input changes and more robust to under-perturbed training data. |
Copied to clipboard
| Challenge: | Using crowdsourcing to train neural machine translation models is expensive and expensive . professional outsourcing of bilingual data is expensive if the translations are of a lower quality . |
| Approach: | They analyze the impact of crowdsourcing on the quality of in-domain training data . they use translations of MOOCs from English to eleven languages to fine-tune machine translation models . |
| Outcome: | The proposed method improves on general-domain training data and with pre-existing in-domain corpora. |
Copied to clipboard
| Challenge: | Using a corpus of 25 Arabic city dialects and a lexicon of 1,045 concepts, we study 25 cities in a travel domain . focus on cities opens new avenues for research from dialectology to dialect identification and machine translation. |
| Approach: | They present two Arabic language resources that are part of the Multi Arabic Dialect Applications and Resources project. |
| Outcome: | The proposed resources are the first of their kind in terms of their coverage and fine granularity. |
Copied to clipboard
| Challenge: | Autoregressive models trained with maximum likelihood estimation suffer from exposure bias, i.e. the discrepancy between ground-truth prefixes used during training and model-generated prefix at inference time. |
| Approach: | They propose to use Elastic Weight Consolidation to better balance mitigating exposure bias with retaining performance. |
| Outcome: | The proposed method significantly outperforms maximum likelihood estimation and scheduled sampling baselines on four translation datasets. |
Copied to clipboard
| Challenge: | Scielo database contains articles from several research domains. |
| Approach: | They propose to build a parallel corpus from Scielo in three languages: English, Portuguese, and Spanish. |
| Outcome: | The proposed system outperforms other systems on scientific articles in English, Portuguese, and Spanish. |
Copied to clipboard
| Challenge: | Existing methods to extract parallel sentences from Wikipedia are limited for some language pairs such as Persian-English. |
| Approach: | They propose a bidirectional method to extract parallel sentences from Wikipedia . they add extracted sentences to existing training data and use IR system to measure similarity . |
| Outcome: | The proposed method outperforms the one-directional approach in analyzing translation data from two translation systems and IR systems. |
Copied to clipboard
| Challenge: | Using the natural language to Bash command (NL2SH) for command composition is difficult due to inaccurate test data and unreliable heuristics for determining the functional equivalence of Bash commands. |
| Approach: | They propose to use a heuristic to determine the functional equivalence of two Bash commands with 95% confidence, a 16% increase over previous heurs. |
| Outcome: | The proposed heuristic can determine the functional equivalence of two Bash commands with 95% confidence, a 16% increase over previous heurs. |
Copied to clipboard
| Challenge: | Neural machine translation models with tens and even more than a hundred blocks have shown effectiveness in image recognition. |
| Approach: | They propose a two-stage approach with three specially designed components to construct deeper NMT models. |
| Outcome: | The proposed approach improves on WMT14 EnglishGerman and EnglishFrench translation tasks. |
Copied to clipboard
| Challenge: | Previous work on noisy channel modeling relied on latent variable models that incrementally process the source and target sentence. |
| Approach: | They propose to use a standard sequence to sequence model which utilizes the entire source and target sentences to estimate posterior probability of a target sequence y given a source sequence x. |
| Outcome: | The proposed model outperforms direct models on German-English translations by up to 3.2 BLEU on four language pairs. |
Copied to clipboard
| Challenge: | End-to-end Speech Translation models are limited by a data bottleneck . end-to end models can address several shortcomings of cascaded models . |
| Approach: | They propose a data augmentation strategy to augment sentence-level datasets by using an Audio Segmentation system to re-segment the speech of each document with different length constraints. |
| Outcome: | The proposed method achieves state-of-the-art results in MuST-C and in mTEDx. |
Copied to clipboard
| Challenge: | a meta-analysis of human evaluation for speech translation has not been conducted . noisy data and segmentation mismatches are challenges for automatic metrics . |
| Approach: | They propose an evaluation strategy based on automatic resegmentation and direct assessment with segment context. |
| Outcome: | The proposed evaluation strategy is robust and scores well-correlated with other types of human judgements. |
Copied to clipboard
| Challenge: | Existing approaches to simultaneous translation have been limited and use fixed-latency policies or a complicated two-staged model. |
| Approach: | They propose a single model that adds a “delay” token to the target vocabulary and a restricted dynamic oracle to greatly simplify training. |
| Outcome: | The proposed model achieves better BLEU scores and lower latencies compared to fixed and RL-learned policies on Chinese -> English simultaneous translation. |
Copied to clipboard
| Challenge: | Evidence has shown that multi-head attentive neural architectures are overparameterized. |
| Approach: | They propose a multi-head attentive neural architecture that “reallocates” attention heads to different inputs. |
| Outcome: | The proposed model outperforms baselines on machine translation and language modeling tasks. |
Copied to clipboard
| Challenge: | In machine translation, historical models were incapable of handling longer contexts, so the lack of document-level datasets was less noticeable. |
| Approach: | They propose a document-level filtering technique that discards document- level metadata. |
| Outcome: | The proposed method improves translation without degradation of sentence-level translation. |
Copied to clipboard
| Challenge: | Existing LLM-based evaluation methods fail to accurately identify error spans and assess their severity. |
| Approach: | They propose a Hierarchical Multi-Agent Framework for Machine Translation Evaluation based on the MQM error typology and a hierarchical multi-agent system enabling granular evaluation of subtype errors. |
| Outcome: | The proposed framework outperforms baselines in error span detection and severity assessment. |
Copied to clipboard
| Challenge: | pause-word ratios are indicators of cognitive effort during different translation modalities. |
| Approach: | They propose a notion of pause-word ratio computed using ranges of a pause length rather than lower cutoffs for pauses . they compare translation and post-editing for language pairs that are different in terms of semantic and syntactic remoteness . |
| Outcome: | The proposed pause-word ratio measures cognitive effort in translation and post-editing for language pairs that are different in terms of semantic and syntactic remoteness. |
Copied to clipboard
| Challenge: | In this paper, we evaluate the impact of genre differences on machine translation (MT) for a diverse set of language pairs . BLEU score differences between genres can be large for all genres and all language pairs. |
| Approach: | They use multi-genre benchmarks to evaluate the impact of genre differences on machine translation (MT) they train and use genre classifiers to route test documents to the most appropriate genre systems . |
| Outcome: | The proposed system can improve translation quality for all genres and language pairs . |
Copied to clipboard
| Challenge: | Recent advances in instruction fine-tuning and alignment methods have enhanced the adaptability of large language models to user preferences. |
| Approach: | They propose a benchmark to assess LLMs’ capacity to comprehend and interpret Arabic proverbs. |
| Outcome: | The proposed model can generate accurate translations, but struggle to produce culturally nuanced and contextually relevant explanations. |
Copied to clipboard
| Challenge: | Neural machine translation is based on large parallel corpora and requires expensive training and training. |
| Approach: | They propose to incorporate a LM as prior in a neural translation model (TM) they add a regularization term which pushes the output distributions to be probable under the LM prior . |
| Outcome: | The proposed approach does not compromise decoding speed, because the LM is used only at training time, unlike previous work that requires it during inference. |
Copied to clipboard
| Challenge: | Large language models exhibit translationese errors and generate unexpected unnatural translations . Neural machine translation (NMT) has become the dominant method in machine translation research . |
| Approach: | They evaluate the prevalence of translationese in LLM-generated translations and investigate its roots during supervised fine-tuning. |
| Outcome: | The proposed methods reduce translationese while improving translation naturalness . the proposed methods are validated by human evaluations and automatic metrics . |
Copied to clipboard
| Challenge: | a vast majority of language pairs in the world are considered low-resource because they have little parallel data available. |
| Approach: | They propose to use a dataset to evaluate methods trained on low-resource language pairs . they report baseline performance using supervised, weakly supervised and semi-supervised settings . |
| Outcome: | The proposed evaluation datasets show that current state-of-the-art methods perform poorly on this benchmark, posing a challenge to the research community working on low-resource MT. |
Copied to clipboard
| Challenge: | Using a manual annotation tool, we evaluated the performance of various automatic translation alignment models for Ancient Greek. |
| Approach: | They propose a fine-tuning strategy that employs unsupervised training with mono- and bilingual texts and supervised training using manually aligned sentences. |
| Outcome: | The proposed model outperforms the standard on language pairs that were not part of the training data. |
Copied to clipboard
| Challenge: | Automatic post-editing (APE) is an important task in natural language processing. |
| Approach: | They propose a method that explicitly models how to copy words from a machine translation to a correct translation. |
| Outcome: | The proposed method outperforms all published methods on the WMT 2016-2017 datasets. |
Copied to clipboard
| Challenge: | a recent paper examines the problem of neural machine translation of mathematical formulae between ambiguous presentation languages and unambiguous content languages. |
| Approach: | They perform translation tasks from LaTeX to Mathematica and from La TeX into semantic LaTaX using convolutional sequence-to-sequence networks. |
| Outcome: | The proposed translations achieve 95.1% and 90.7% exact matches between the two languages. |
Copied to clipboard
| Challenge: | In this paper, we reassess claims of human parity and super human performance in machine translation. |
| Approach: | They reassess claims of human parity and super human performance in machine translation . they argue that human translation involves much more than what is embedded in automatic systems . |
| Outcome: | The proposed results show that human translation involves much more than what is embedded in automatic systems. |
Copied to clipboard
| Challenge: | Statistical MT decomposes the translation task into distinct components that are learned separately. |
| Approach: | They show that neural machine translation models acquire different competences over the course of training . previous work shows how to improve some of the competences in NMT by using lexical translation probabilities, phrase memories, alignment information. |
| Outcome: | The proposed model improves translation quality and word-by-word translation, while learning complex reordering patterns. |
Copied to clipboard
| Challenge: | Literary translation is a culturally significant task, but it is bottlenecked by the small number of qualified literary translators . a dataset of non-English language novels is used to study literary MT . |
| Approach: | They use a dataset of non-English language novels aligned to human and automatic English translations to study literary MT. |
| Outcome: | The proposed model prefers human translations over machine translations at a rate of 84% . state-of-the-art MT metrics do not correlate with preferences, the study finds . |
Copied to clipboard
| Challenge: | Neural Machine Translation (NMT) training is based on document-level metrics, not sentence-level BLEU. |
| Approach: | They propose to merge document-level metrics with batch-level documents to improve NMT training. |
| Outcome: | The proposed training is more robust for document-level metrics than sequence MRT and maximum-likelihood training. |
Copied to clipboard
| Challenge: | Neural Machine Translation (NMT) models can be specialized by domain adaptation, often fine-tuning on a dataset of interest. |
| Approach: | They propose a novel approach to understanding catastrophic forgetting during NMT adaptation by investigating the relationship between the data and the in-domain vocabulary coverage. |
| Outcome: | The proposed model can be specialized by fine-tuning on a domain of interest, but can fail to achieve the predicted quality of the target domain. |
Copied to clipboard
| Challenge: | Dyslexia affects writing, leading to unique patterns such as letter and homophone swapping. |
| Approach: | They examine the fairness of four commercial machine translation systems towards dyslexic text through a systematic audit using both synthetically generated and real writing from individuals with dyslexia. |
| Outcome: | The proposed system audits show that it is fair to use synthetic and synthetic dyslexic text and real writing from people with dyslexia. |
Copied to clipboard
| Challenge: | Existing NLP systems cannot properly handle North Korean inputs, despite limited data . Several NLP researchers have been working on the Korean language . |
| Approach: | They propose to manually create evaluation data for automatic alignment and machine translation, and investigate automatic alignment methods suitable for North Korean. |
| Outcome: | The proposed model trained by North Korean bilingual data significantly boosts translation accuracy compared to existing South Korean models in zero-shot settings. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have been successful in machine translation, but lack of high-quality parallel corpora and cost constrain scalability. |
| Approach: | They propose an LLM-driven dual-learning framework that enables autonomous translation . they employ a robust semantic-aware reward function that balances adequacy with reconstruction fidelity . |
| Outcome: | The proposed model outperforms larger models on benchmarks and achieves parity with state-of-the-art supervised baselines on mainstream benchmarks. |
Copied to clipboard
| Challenge: | Recent approaches to improving word-level quality scores on input source sentences require training special word-scoring models or require repeated invocation of the translation model. |
| Approach: | They propose to reason how well each word is explained by the target sentence as against the source language model and use it to translate into an unfamiliar target language. |
| Outcome: | The proposed method provides up to five points higher F1 scores and is significantly faster than the state of the art methods on three language pairs. |
Copied to clipboard
| Challenge: | End-to-end speech translation (E2E ST) and non-autoregressive (NAR) generation are promising in language and speech processing for their advantages of less error propagation and low latency. |
| Approach: | They develop a model that uses connectionist temporal classification to predict the source and target texts. |
| Outcome: | The proposed model achieves an average BLEU score of 29.5 with a speed-up of 5.67. |
Copied to clipboard
| Challenge: | Existing variational inference models ignore their latent variables, a phenomenon called posterior collapse. |
| Approach: | They propose a new loss function for conditional variational autoencoders that counteracts posterior collapse by using a modified evidence lower bound objective and a factorized decoder. |
| Outcome: | The proposed model yields improved translation quality compared to existing models on WMT RoEn and DeEn. |
Copied to clipboard
| Challenge: | Existing methods to improve beam search quality are inadequate in many ways . a new approximation to the beam search curse has been proposed . |
| Approach: | They propose an approximation to minimum Bayes risk decoding that would solve the beam search curse. |
| Outcome: | The proposed approximation has no equivalent to the beam search curse. |
Copied to clipboard
| Challenge: | MT-mediated communication can benefit from pre-editing source language texts to ensure accurate transmission of intended meaning in the target language. |
| Approach: | They hypothesize that such expressions tend to be distinctive features of texts originally written in the source language rather than translations generated from the target language into the source languages. |
| Outcome: | The proposed method identified characteristic expressions of the native language despite the noise and inherent nuances of the task. |
Copied to clipboard
| Challenge: | Existing studies on terminology translation focus on breaking language barriers rather than cultural barriers. |
| Approach: | They propose a parallel corpus enriched with CSI annotations in 6 language pairs for investigating Cultural-Aware Machine Translation. |
| Outcome: | The proposed corpus is enriched with CSI annotations in 6 languages and measures translation quality. |
Copied to clipboard
| Challenge: | a new study examines the use of monolingual data for improving low-resource machine translation. |
| Approach: | They investigate ways of using monolingual data for improving low-resource machine translation. |
| Outcome: | The proposed model can perform better on the target-side data without augmentation of parallel data. |
Copied to clipboard
| Challenge: | Document translations generated by large language models suffer from poor consistency, weak coherence, and omission errors. |
| Approach: | They propose a document-level machine translation framework that extracts knowledge from documents to produce high-quality translations. |
| Outcome: | The proposed framework improves consistency and coherence, reduces omission errors, and mitigates hallucinations. |
Copied to clipboard
| Challenge: | Experimental results show that this iterative approach leads to consistent improvements in both the policy model and reward model. |
| Approach: | They propose a method that iteratively improves both the policy model and reward model without requiring additional human annotation. |
| Outcome: | The proposed method improves both the policy model and reward model without human annotation. |
Copied to clipboard
| Challenge: | Existing variants of Kendall's tau have weaknesses in handling of ties, and in some situations can even be gamed. |
| Approach: | They propose to use Kendall's tau to meta-evaluate machine translation evaluation metrics with a version of pairwise accuracy that gives metrics credit for correctly predicting ties and a tie calibration procedure that automatically introduces ties into metric scores. |
| Outcome: | The proposed model gives metrics credit for correctly predicting ties and introduces ties into metric scores, enabling fair comparison between metrics that do and do not predict ties. |
Copied to clipboard
| Challenge: | Document-level neural machine translation models produce a more consistent output across a document . however, the exact decoding strategy is often not described and not mentioned at all. |
| Approach: | They propose to use standard automatic metrics and specific linguistic phenomena to compare different decoding schemes. |
| Outcome: | The proposed decoding strategies perform similar to each other on three standard document-level translation benchmarks. |
Copied to clipboard
| Challenge: | Prior work on machine generated text detection focused on identifying whether document was human or machine written, ignoring these fine-grained uses. |
| Approach: | They propose a machine-influenced text detector that learns to separate text samples from four primary types . the detector uses a subcategory guidance module to help separate the fine-grained categories . |
| Outcome: | The proposed detector outperforms the state-of-the-art in five LLMs and six domains. |
Copied to clipboard
| Challenge: | Statistical machine translation gained ground over rule-based machine translation in the late 1990s thanks to its ability to learn from large bilingual corpora. |
| Approach: | They propose to develop a parallel corpus for machine translation across Kazakh, English, Russian, and Turkish. |
| Outcome: | The proposed model outperforms Google Translate and Yandex Translate in terms of performance and evaluation metrics. |
Copied to clipboard
| Challenge: | General-purpose Large Language Models (LLMs) like GPT-4 have exhibited strong translation abilities. |
| Approach: | They propose to use a model-agnostic model to refine the performance of general-purpose large-language models for machine translation (MT) by utilizing Gemma-2B/7B as the backbone. |
| Outcome: | The proposed model-agnostic and cost-effective tool improves the performance of general-purpose large-language models for machine translation (MT) by integrating it with any general-use LLM. |
Copied to clipboard
| Challenge: | Using different byte pair encoder configurations, we can improve neural machine translation performance for low-resource languages. |
| Approach: | They investigate the impact of different Byte Pair Encoding configurations on neural machine translation performance for the Filipino-Cebuano language pair across various text domains. |
| Outcome: | The proposed methods show that smaller BPE configurations yield higher BLEU scores, indicating improved translation quality through finer tokenization granularity . larger BPE setups and the absence of BPE result in lower BLUE scores, suggesting a decline in translation quality due to coarser tokenisation. |
Copied to clipboard
| Challenge: | Existing studies have focused on using Large Language Models to improve translation quality . language mismatch and repetition are two of the main problems with LLMs . |
| Approach: | They propose to leverage model editing methods to reduce language mismatch and repetition . they propose to fetch intersections of locating results under different language settings . |
| Outcome: | The proposed methods reduce language mismatch and repetition ratios and enhance translation quality in most cases. |
Copied to clipboard
| Challenge: | Existing multi-agent systems have shown strong potential for machine translation (MT) but their performance in multidomain translation remains unsatisfactory due to cross-domain word ambiguity . |
| Approach: | They propose a multi-agent collaborative disambiguation framework for MDT that leverages the collaborative capabilities of LLMs for disambiguations. |
| Outcome: | The proposed framework improves translation performance across multiple domains and improves disambiguation accuracy. |
Copied to clipboard
| Challenge: | Existing non-autoregressive translation models struggle with document context and handling discourse phenomena. |
| Approach: | They propose a simple but effective design of sentence alignment between source and target to improve their performance on document-level machine translation. |
| Outcome: | The proposed model achieves high acceleration on documents and sentence alignment significantly enhances their performance. |
Copied to clipboard
| Challenge: | MT-RewardTree provides a framework for constructing, evaluating, and deploying process reward models in machine translation (MT) |
| Approach: | They propose a method for automatically generating token-level preference pairs using approximate Monte Carlo Tree Search. |
| Outcome: | The proposed framework achieves state-of-the-art performance in token-level evaluation and sequence-level analysis. |
Copied to clipboard
| Challenge: | Large-scale reinforcement learning (RL) methods have proven effective in enhancing the reasoning abilities of large language models. |
| Approach: | They propose an open-source adaptation of the R1-Zero RL framework for machine translation (MT) their code is available at https://github.com/fzp0424/MT-R1-zero. |
| Outcome: | The proposed framework surpasses towerinstruct-7B-v0.2 on the english-chinese benchmark by 1.26 points. |
Copied to clipboard
| Challenge: | Existing studies on machine translation evaluation focused on quality of individual sentences, while neglecting the importance of contextual information. |
| Approach: | They propose a context-aware machine translation evaluation metric called Cont-COMET . they use the COMET framework to consider the preceding and subsequent contexts of the sentence . |
| Outcome: | The proposed metric improves system-level and segment-level evaluations on the official WMT framework. |
Copied to clipboard
| Challenge: | Existing studies on MT evaluation characterize quality of output with a single number . a recent advancement in MT technologies has enabled higher-quality, more nuanced translations . |
| Approach: | They propose a 1200-sentence MQM evaluation benchmark for English-Korean and a reference-free QE setup to evaluate the quality of the translations. |
| Outcome: | The proposed model outperforms the existing model in style and accuracy. |
Copied to clipboard
| Challenge: | Neural Machine Translation (NMT) systems suffer from various pathologies, including the generation of translations that are detached from the source content, typically known as hallucinations. |
| Approach: | They propose to combine detectors and introduce a method for aggregating detectors to detect hallucinations. |
| Outcome: | The proposed method provides a promising step towards evermore reliable machine translation systems. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have demonstrated excellent performance in Machine Translation (MT) however, a performance gap persists between high-resource and low-resourced languages due to imbalanced pre-training data. |
| Approach: | They propose a layer-wise metric to quantify the activation divergence between high- and low-resource languages. |
| Outcome: | The proposed model outperforms standard LoRA fine-tuning on Chinese-to-seven low-resource language translations. |
Copied to clipboard
| Challenge: | Current large language models require massive amounts of parallel sentences to perform machine translations for high resource languages. |
| Approach: | They propose to incorporate grammar books into the prompt of GPT-4 to improve machine translation and evaluate the performance on 16 topologically diverse low-resource languages. |
| Outcome: | The proposed method improves on 16 low-resource languages on 16 topologically diverse languages. |
Copied to clipboard
| Challenge: | Large language models (LLMs) have demonstrated impressive performance in machine translation, but struggle with unseen low-resource languages. |
| Approach: | They propose a benchmark to evaluate translation for Mongolian and Yi using linguistic resources. |
| Outcome: | The proposed model can translate Mongolian (in traditional script) and Yi with the help of linguistic resources, but is limited in its ability to handle these languages effectively. |
Copied to clipboard
| Challenge: | a new method for generating lyrics for Mandarin songs is based on scansion . the number of syllables required is variable due to the number and number of notes . |
| Approach: | They propose a method to generate Mandarin lyrics with a good match between melody and tonal contour. |
| Outcome: | The proposed system outperforms all other systems in lyric-melody fit and uses proxies for quantifying creativity. |
Copied to clipboard
| Challenge: | Word alignments are crucial for a variety of NLP tasks. |
| Approach: | They propose a method to automatically create silver data for evaluation of word aligners by exploiting machine translation and minimal pairs. |
| Outcome: | The proposed method correlates with gold benchmarks for 9 language pairs, making it a valid resource for evaluation of different languages and domains when gold data is not available. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have demonstrated impressive results in Machine Translation by following instructions, even without training on parallel data. |
| Approach: | They propose a Translate After LEarNing Textbook approach which aims to enhance LLMs’ ability to translate low-resource languages by learning from a textbook. |
| Outcome: | The proposed approach improves translation performance by 14.8% using 112 low-resource languages from FLORES-200 with two LLMs: ChatGPT and BLOOMZ. |
Copied to clipboard
| Challenge: | Existing evaluation metrics for literature prioritize mechanical accuracy over artistic expression . this bias could result in an irreversible decline in translation quality and cultural authenticity . |
| Approach: | They propose a novel, reference-free, LLM-based question-answering framework for literary translation evaluation. |
| Outcome: | a novel, reference-free, LLM-based question-answering framework is developed for literary translation evaluation. |
Copied to clipboard
| Challenge: | Existing methods to capture contextual information for manga machine translation are difficult to perform . unofficially translated pirated copies of manga are circulating overseas in large numbers . |
| Approach: | They propose two new ways to capture broader contextual information in manga machine translation . scene-based translation considers previous scene and broader context information . detailed analysis reveals the effect of zero-anaphora resolution in translation - highlighting the usefulness of longer contextual information if manga is translated in Japanese . |
| Outcome: | The proposed methods improve translation quality for manga (Japanese-style comics) the results show that the combined methods achieve the highest quality. |
Copied to clipboard
| Challenge: | a new benchmark evaluates the truthfulness of large language models (LLMs) based on imitative falsehoods. |
| Approach: | They propose a professionally translated extension of the TruthfulQA benchmark . it evaluates truthfulness in Basque, Catalan, Galician, and Spanish . |
| Outcome: | The proposed extension of the TruthfulQA benchmark evaluates truthfulness in Basque, Catalan, Galician, and Spanish. |
Copied to clipboard
| Challenge: | Successful communication relies on the speaker’s intended style aligning with the listener’s interpreted style. |
| Approach: | They propose a method that leverages learned stylistic concepts to encourage LLM translation to appropriately convey cultural communication norms and align style. |
| Outcome: | The proposed method aims to encourage translations to convey cultural communication norms and align style. |
Copied to clipboard
| Challenge: | Despite considerable overlap between academic and industry-based developers of Large Language Models (LLMs), it seems Natural Language Processing researchers have a science outreach problem. |
| Approach: | They propose a set of concrete recommendations for stakeholders at every stage of the development and deployment pipeline. |
| Outcome: | The proposed model performs worse with lower-resourced languages or worse with higher-resource languages. |
Copied to clipboard
| Challenge: | Existing work on confidence estimation and calibration focuses on single-turn settings . existing work on multi-turn calibration ignores the risks and potential of multi-turned conversations . |
| Approach: | They propose a multi-turn calibration task that reframes calibration from a static property into a dynamic challenge central to reliable multi- turn conversations. |
| Outcome: | The proposed model minimizes ECE@T and leverages ConfChat to improve confidence . the proposed model preserves and even enhances model performance in multi-turn interactions. |
Copied to clipboard
| Challenge: | PEAR is a supervised quality estimation metric that reframes reference-free machine translation evaluation as a graded pairwise comparison. |
| Approach: | They propose to use a supervised quality estimation metric family to reframe machine translation evaluation as a graded pairwise comparison. |
| Outcome: | The proposed metric outperforms strictly matched single-candidate QE baselines on the WMT24 meta-evaluation benchmark. |